Searched refs:bss_desc (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/ |
D | join.c | 90 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_cmd_append_tsf_tlv() argument 110 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 114 tsf_val = cpu_to_le64(bss_desc->timestamp); in mwifiex_cmd_append_tsf_tlv() 118 __func__, bss_desc->timestamp, bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 192 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_setup_rates_from_bssdesc() argument 199 memcpy(out_rates, bss_desc->supported_rates, MWIFIEX_SUPPORTED_RATES); in mwifiex_setup_rates_from_bssdesc() 377 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_cmd_802_11_associate() argument 397 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_associate() 400 bss_desc->mac_address, sizeof(assoc->peer_sta_addr)); in mwifiex_cmd_802_11_associate() 406 assoc->beacon_period = cpu_to_le16(bss_desc->beacon_period); in mwifiex_cmd_802_11_associate() [all …]
|
D | 11ac.c | 158 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_cmd_append_11ac_tlv() argument 170 if (bss_desc->bss_band & BAND_A) in mwifiex_cmd_append_11ac_tlv() 176 if (bss_desc->bcn_vht_cap) { in mwifiex_cmd_append_11ac_tlv() 183 (u8 *)bss_desc->bcn_vht_cap, in mwifiex_cmd_append_11ac_tlv() 187 bss_desc->bss_band); in mwifiex_cmd_append_11ac_tlv() 193 if (bss_desc->bcn_vht_oper) { in mwifiex_cmd_append_11ac_tlv() 203 (u8 *)bss_desc->bcn_vht_oper, in mwifiex_cmd_append_11ac_tlv() 215 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 220 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 225 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() [all …]
|
D | sta_ioctl.c | 131 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_fill_new_bss_desc() argument 142 bss_desc->timestamp = ies->tsf; in mwifiex_fill_new_bss_desc() 151 memcpy(bss_desc->mac_address, bss->bssid, ETH_ALEN); in mwifiex_fill_new_bss_desc() 152 bss_desc->rssi = bss->signal; in mwifiex_fill_new_bss_desc() 154 bss_desc->beacon_buf = beacon_ie; in mwifiex_fill_new_bss_desc() 155 bss_desc->beacon_buf_size = beacon_ie_len; in mwifiex_fill_new_bss_desc() 156 bss_desc->beacon_period = bss->beacon_interval; in mwifiex_fill_new_bss_desc() 157 bss_desc->cap_info_bitmap = bss->capability; in mwifiex_fill_new_bss_desc() 158 bss_desc->bss_band = bss_priv->band; in mwifiex_fill_new_bss_desc() 159 bss_desc->fw_tsf = bss_priv->fw_tsf; in mwifiex_fill_new_bss_desc() [all …]
|
D | scan.c | 70 struct mwifiex_bssdescriptor *bss_desc) in _dbg_security_flags() argument 75 bss_desc->bcn_wpa_ie ? in _dbg_security_flags() 76 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags() 77 bss_desc->bcn_rsn_ie ? in _dbg_security_flags() 78 bss_desc->bcn_rsn_ie->ieee_hdr.element_id : 0, in _dbg_security_flags() 83 bss_desc->privacy); in _dbg_security_flags() 85 #define dbg_security_flags(mask, desc, priv, bss_desc) \ argument 86 _dbg_security_flags(MWIFIEX_DBG_##mask, desc, __func__, priv, bss_desc) 139 mwifiex_is_rsn_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_rsn_oui_present() argument 145 if (has_ieee_hdr(bss_desc->bcn_rsn_ie, WLAN_EID_RSN)) { in mwifiex_is_rsn_oui_present() [all …]
|
D | 11h.c | 27 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_11h_process_infra_join() argument 39 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band); in mwifiex_11h_process_infra_join() 52 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join() 53 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join() 89 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_11h_process_join() argument 91 if (bss_desc->sensed_11h) { in mwifiex_11h_process_join() 97 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_SPECTRUM_MGMT; in mwifiex_11h_process_join() 98 mwifiex_11h_process_infra_join(priv, buffer, bss_desc); in mwifiex_11h_process_join() 103 bss_desc->cap_info_bitmap &= ~WLAN_CAPABILITY_SPECTRUM_MGMT; in mwifiex_11h_process_join()
|
D | 11n.c | 300 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_cmd_append_11n_tlv() argument 316 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band); in mwifiex_cmd_append_11n_tlv() 319 if (bss_desc->bcn_ht_cap) { in mwifiex_cmd_append_11n_tlv() 326 (u8 *)bss_desc->bcn_ht_cap, in mwifiex_cmd_append_11n_tlv() 331 if (bss_desc->bcn_ht_oper) { in mwifiex_cmd_append_11n_tlv() 332 u8 ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_cmd_append_11n_tlv() 334 mwifiex_band_to_radio_type(bss_desc->bss_band); in mwifiex_cmd_append_11n_tlv() 336 ieee80211_channel_to_frequency(bss_desc->channel, in mwifiex_cmd_append_11n_tlv() 367 if (bss_desc->bcn_ht_oper) { in mwifiex_cmd_append_11n_tlv() 380 (u8 *)bss_desc->bcn_ht_oper, in mwifiex_cmd_append_11n_tlv() [all …]
|
D | tdls.c | 192 struct mwifiex_bssdescriptor *bss_desc = in mwifiex_tdls_add_ht_oper() local 214 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper() 218 bss_desc->bcn_ht_cap && in mwifiex_tdls_add_ht_oper() 219 ISALLOWED_CHANWIDTH40(bss_desc->bcn_ht_oper->ht_param)) in mwifiex_tdls_add_ht_oper() 220 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper() 224 mwifiex_get_sec_chan_offset(bss_desc->channel); in mwifiex_tdls_add_ht_oper() 237 struct mwifiex_bssdescriptor *bss_desc; in mwifiex_tdls_add_vht_oper() local 248 bss_desc = &priv->curr_bss_params.bss_descriptor; in mwifiex_tdls_add_vht_oper() 271 ap_vht_cap = bss_desc->bcn_vht_cap; in mwifiex_tdls_add_vht_oper() 279 if (bss_desc->bss_band & BAND_A) in mwifiex_tdls_add_vht_oper() [all …]
|
D | 11ac.h | 26 struct mwifiex_bssdescriptor *bss_desc,
|
D | main.h | 1157 struct mwifiex_bssdescriptor *bss_desc); 1160 struct mwifiex_bssdescriptor *bss_desc); 1171 struct mwifiex_bssdescriptor *bss_desc); 1177 struct mwifiex_bssdescriptor *bss_desc); 1538 struct mwifiex_bssdescriptor *bss_desc); 1542 struct mwifiex_bssdescriptor *bss_desc); 1578 struct mwifiex_bssdescriptor *bss_desc);
|
D | 11n.h | 23 struct mwifiex_bssdescriptor *bss_desc,
|