/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 102 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_cmd_append_tsf_tlv() 122 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 126 tsf_val = cpu_to_le64(bss_desc->timestamp); in mwifiex_cmd_append_tsf_tlv() 130 __func__, bss_desc->timestamp, bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 204 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_setup_rates_from_bssdesc() 211 memcpy(out_rates, bss_desc->supported_rates, MWIFIEX_SUPPORTED_RATES); in mwifiex_setup_rates_from_bssdesc() 389 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_cmd_802_11_associate() 409 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_associate() 412 bss_desc in mwifiex_cmd_802_11_associate() 101 mwifiex_cmd_append_tsf_tlv(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_append_tsf_tlv() argument 203 mwifiex_setup_rates_from_bssdesc(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u8 *out_rates, u32 *out_rates_size) mwifiex_setup_rates_from_bssdesc() argument 387 mwifiex_cmd_802_11_associate(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_802_11_associate() argument 644 struct mwifiex_bssdescriptor *bss_desc; mwifiex_ret_802_11_associate() local 848 struct mwifiex_bssdescriptor *bss_desc; mwifiex_cmd_802_11_ad_hoc_start() local 1120 mwifiex_cmd_802_11_ad_hoc_join(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_802_11_ad_hoc_join() argument 1276 struct mwifiex_bssdescriptor *bss_desc; mwifiex_ret_802_11_ad_hoc() local 1369 mwifiex_associate(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_associate() argument 1426 mwifiex_adhoc_join(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_adhoc_join() argument [all...] |
H A D | 11ac.c | 170 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_cmd_append_11ac_tlv() 182 if (bss_desc->bss_band & BAND_A) in mwifiex_cmd_append_11ac_tlv() 188 if (bss_desc->bcn_vht_cap) { in mwifiex_cmd_append_11ac_tlv() 195 (u8 *)bss_desc->bcn_vht_cap, in mwifiex_cmd_append_11ac_tlv() 199 bss_desc->bss_band); in mwifiex_cmd_append_11ac_tlv() 205 if (bss_desc->bcn_vht_oper) { in mwifiex_cmd_append_11ac_tlv() 215 (u8 *)bss_desc->bcn_vht_oper, in mwifiex_cmd_append_11ac_tlv() 227 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 232 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 237 bss_desc in mwifiex_cmd_append_11ac_tlv() 169 mwifiex_cmd_append_11ac_tlv(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u8 **buffer) mwifiex_cmd_append_11ac_tlv() argument 308 struct mwifiex_bssdescriptor *bss_desc; mwifiex_is_bss_in_11ac_mode() local [all...] |
H A D | sta_ioctl.c | 143 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_fill_new_bss_desc() 154 bss_desc->timestamp = ies->tsf; in mwifiex_fill_new_bss_desc() 163 memcpy(bss_desc->mac_address, bss->bssid, ETH_ALEN); in mwifiex_fill_new_bss_desc() 164 bss_desc->rssi = bss->signal; in mwifiex_fill_new_bss_desc() 166 bss_desc->beacon_buf = beacon_ie; in mwifiex_fill_new_bss_desc() 167 bss_desc->beacon_buf_size = beacon_ie_len; in mwifiex_fill_new_bss_desc() 168 bss_desc->beacon_period = bss->beacon_interval; in mwifiex_fill_new_bss_desc() 169 bss_desc->cap_info_bitmap = bss->capability; in mwifiex_fill_new_bss_desc() 170 bss_desc->bss_band = bss_priv->band; in mwifiex_fill_new_bss_desc() 171 bss_desc in mwifiex_fill_new_bss_desc() 141 mwifiex_fill_new_bss_desc(struct mwifiex_private *priv, struct cfg80211_bss *bss, struct mwifiex_bssdescriptor *bss_desc) mwifiex_fill_new_bss_desc() argument 279 struct mwifiex_bssdescriptor *bss_desc = NULL; mwifiex_bss_start() local 583 struct mwifiex_bssdescriptor *bss_desc; mwifiex_get_bss_info() local [all...] |
H A D | scan.c | 82 struct mwifiex_bssdescriptor *bss_desc) in _dbg_security_flags() 87 bss_desc->bcn_wpa_ie ? in _dbg_security_flags() 88 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags() 89 bss_desc->bcn_rsn_ie ? in _dbg_security_flags() 90 bss_desc->bcn_rsn_ie->ieee_hdr.element_id : 0, in _dbg_security_flags() 95 bss_desc->privacy); in _dbg_security_flags() 97 #define dbg_security_flags(mask, desc, priv, bss_desc) \ 98 _dbg_security_flags(MWIFIEX_DBG_##mask, desc, __func__, priv, bss_desc) 151 mwifiex_is_rsn_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_rsn_oui_present() argument 157 if (has_ieee_hdr(bss_desc in mwifiex_is_rsn_oui_present() 80 _dbg_security_flags(int log_level, const char *func, const char *desc, struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) _dbg_security_flags() argument 177 mwifiex_is_wpa_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) mwifiex_is_wpa_oui_present() argument 210 mwifiex_is_bss_wapi(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_wapi() argument 224 mwifiex_is_bss_no_sec(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_no_sec() argument 242 mwifiex_is_bss_static_wep(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_static_wep() argument 257 mwifiex_is_bss_wpa(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_wpa() argument 279 mwifiex_is_bss_wpa2(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_wpa2() argument 300 mwifiex_is_bss_adhoc_aes(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_adhoc_aes() argument 318 mwifiex_is_bss_dynamic_wep(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_dynamic_wep() argument 351 mwifiex_is_network_compatible(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u32 mode) mwifiex_is_network_compatible() argument 1626 mwifiex_check_network_compatibility(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_check_network_compatibility() argument 1672 struct mwifiex_bssdescriptor *bss_desc; mwifiex_save_hidden_ssid_channels() local 1716 struct mwifiex_bssdescriptor *bss_desc; mwifiex_update_curr_bss_params() local [all...] |
H A D | 11h.c | 39 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_11h_process_infra_join() 51 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band); in mwifiex_11h_process_infra_join() 64 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join() 65 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join() 101 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_11h_process_join() 103 if (bss_desc->sensed_11h) { in mwifiex_11h_process_join() 109 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_SPECTRUM_MGMT; in mwifiex_11h_process_join() 110 mwifiex_11h_process_infra_join(priv, buffer, bss_desc); in mwifiex_11h_process_join() 115 bss_desc->cap_info_bitmap &= ~WLAN_CAPABILITY_SPECTRUM_MGMT; in mwifiex_11h_process_join() 38 mwifiex_11h_process_infra_join(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_11h_process_infra_join() argument 100 mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_11h_process_join() argument
|
H A D | 11n.c | 312 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_cmd_append_11n_tlv() 328 radio_type = mwifiex_band_to_radio_type((u8) bss_desc->bss_band); in mwifiex_cmd_append_11n_tlv() 331 if (bss_desc->bcn_ht_cap) { in mwifiex_cmd_append_11n_tlv() 338 (u8 *)bss_desc->bcn_ht_cap, in mwifiex_cmd_append_11n_tlv() 343 if (bss_desc->bcn_ht_oper) { in mwifiex_cmd_append_11n_tlv() 344 u8 ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_cmd_append_11n_tlv() 346 mwifiex_band_to_radio_type(bss_desc->bss_band); in mwifiex_cmd_append_11n_tlv() 348 ieee80211_channel_to_frequency(bss_desc->channel, in mwifiex_cmd_append_11n_tlv() 379 if (bss_desc->bcn_ht_oper) { in mwifiex_cmd_append_11n_tlv() 392 (u8 *)bss_desc in mwifiex_cmd_append_11n_tlv() 311 mwifiex_cmd_append_11n_tlv(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u8 **buffer) mwifiex_cmd_append_11n_tlv() argument [all...] |
H A D | 11ac.h | 38 struct mwifiex_bssdescriptor *bss_desc,
|
H A 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 in mwifiex_tdls_add_vht_oper() [all...] |
H A D | 11n.h | 35 struct mwifiex_bssdescriptor *bss_desc,
|
H A D | main.h | 1177 struct mwifiex_bssdescriptor *bss_desc); 1180 struct mwifiex_bssdescriptor *bss_desc); 1191 struct mwifiex_bssdescriptor *bss_desc); 1197 struct mwifiex_bssdescriptor *bss_desc); 1558 struct mwifiex_bssdescriptor *bss_desc); 1562 struct mwifiex_bssdescriptor *bss_desc); 1598 struct mwifiex_bssdescriptor *bss_desc);
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 90 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_cmd_append_tsf_tlv() 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() 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() 397 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_associate() 400 bss_desc in mwifiex_cmd_802_11_associate() 89 mwifiex_cmd_append_tsf_tlv(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_append_tsf_tlv() argument 191 mwifiex_setup_rates_from_bssdesc(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u8 *out_rates, u32 *out_rates_size) mwifiex_setup_rates_from_bssdesc() argument 375 mwifiex_cmd_802_11_associate(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_802_11_associate() argument 632 struct mwifiex_bssdescriptor *bss_desc; mwifiex_ret_802_11_associate() local 836 struct mwifiex_bssdescriptor *bss_desc; mwifiex_cmd_802_11_ad_hoc_start() local 1108 mwifiex_cmd_802_11_ad_hoc_join(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_802_11_ad_hoc_join() argument 1264 struct mwifiex_bssdescriptor *bss_desc; mwifiex_ret_802_11_ad_hoc() local 1357 mwifiex_associate(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_associate() argument 1414 mwifiex_adhoc_join(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_adhoc_join() argument [all...] |
H A D | 11ac.c | 158 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_cmd_append_11ac_tlv() 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 in mwifiex_cmd_append_11ac_tlv() 157 mwifiex_cmd_append_11ac_tlv(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u8 **buffer) mwifiex_cmd_append_11ac_tlv() argument 296 struct mwifiex_bssdescriptor *bss_desc; mwifiex_is_bss_in_11ac_mode() local [all...] |
H A D | sta_ioctl.c | 131 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_fill_new_bss_desc() 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 in mwifiex_fill_new_bss_desc() 129 mwifiex_fill_new_bss_desc(struct mwifiex_private *priv, struct cfg80211_bss *bss, struct mwifiex_bssdescriptor *bss_desc) mwifiex_fill_new_bss_desc() argument 267 struct mwifiex_bssdescriptor *bss_desc = NULL; mwifiex_bss_start() local 571 struct mwifiex_bssdescriptor *bss_desc; mwifiex_get_bss_info() local [all...] |
H A D | scan.c | 70 struct mwifiex_bssdescriptor *bss_desc) in _dbg_security_flags() 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) \ 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 in mwifiex_is_rsn_oui_present() 68 _dbg_security_flags(int log_level, const char *func, const char *desc, struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) _dbg_security_flags() argument 165 mwifiex_is_wpa_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) mwifiex_is_wpa_oui_present() argument 198 mwifiex_is_bss_wapi(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_wapi() argument 212 mwifiex_is_bss_no_sec(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_no_sec() argument 230 mwifiex_is_bss_static_wep(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_static_wep() argument 245 mwifiex_is_bss_wpa(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_wpa() argument 267 mwifiex_is_bss_wpa2(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_wpa2() argument 288 mwifiex_is_bss_adhoc_aes(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_adhoc_aes() argument 306 mwifiex_is_bss_dynamic_wep(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_is_bss_dynamic_wep() argument 339 mwifiex_is_network_compatible(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u32 mode) mwifiex_is_network_compatible() argument 1608 mwifiex_check_network_compatibility(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc) mwifiex_check_network_compatibility() argument 1654 struct mwifiex_bssdescriptor *bss_desc; mwifiex_save_hidden_ssid_channels() local 1698 struct mwifiex_bssdescriptor *bss_desc; mwifiex_update_curr_bss_params() local [all...] |
H A D | 11h.c | 27 struct mwifiex_bssdescriptor *bss_desc) in mwifiex_11h_process_infra_join() 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() 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() 26 mwifiex_11h_process_infra_join(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_11h_process_infra_join() argument 88 mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_11h_process_join() argument
|
H A D | 11n.c | 300 struct mwifiex_bssdescriptor *bss_desc, in mwifiex_cmd_append_11n_tlv() 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 in mwifiex_cmd_append_11n_tlv() 299 mwifiex_cmd_append_11n_tlv(struct mwifiex_private *priv, struct mwifiex_bssdescriptor *bss_desc, u8 **buffer) mwifiex_cmd_append_11n_tlv() argument [all...] |
H A D | 11ac.h | 26 struct mwifiex_bssdescriptor *bss_desc,
|
H A 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 in mwifiex_tdls_add_vht_oper() [all...] |
H A D | 11n.h | 23 struct mwifiex_bssdescriptor *bss_desc,
|
H A 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);
|