Home
last modified time | relevance | path

Searched refs:bss_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c330 const struct ieee80211_bss_conf *bss_info) in iwl_mvm_tpe_sta_cmd_data() argument
340 ARRAY_SIZE(bss_info->tpe.psd_local[0].power)); in iwl_mvm_tpe_sta_cmd_data()
344 cmd->psd_pwr[i] = min(bss_info->tpe.psd_local[0].power[i], in iwl_mvm_tpe_sta_cmd_data()
345 bss_info->tpe.psd_reg_client[0].power[i]); in iwl_mvm_tpe_sta_cmd_data()
348 ARRAY_SIZE(bss_info->tpe.max_local[0].power)); in iwl_mvm_tpe_sta_cmd_data()
351 cmd->eirp_pwr[i] = min(bss_info->tpe.max_local[0].power[i], in iwl_mvm_tpe_sta_cmd_data()
352 bss_info->tpe.max_reg_client[0].power[i]); in iwl_mvm_tpe_sta_cmd_data()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1727 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1751 beacon_size = get_unaligned_le16((*bss_info)); in mwifiex_parse_single_response_buf()
1753 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1757 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1765 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1768 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
2094 u8 *bss_info; in mwifiex_ret_802_11_scan() local
2137 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
2213 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2592 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
[all …]
H A Dcfg80211.c2216 struct mwifiex_bss_info bss_info; in mwifiex_cfg80211_inform_ibss_bss() local
2222 if (mwifiex_get_bss_info(priv, &bss_info)) in mwifiex_cfg80211_inform_ibss_bss()
2226 ie_buf[1] = bss_info.ssid.ssid_len; in mwifiex_cfg80211_inform_ibss_bss()
2229 &bss_info.ssid.ssid, bss_info.ssid.ssid_len); in mwifiex_cfg80211_inform_ibss_bss()
2234 ieee80211_channel_to_frequency(bss_info.bss_chan, in mwifiex_cfg80211_inform_ibss_bss()
2239 bss_info.bssid, 0, WLAN_CAPABILITY_IBSS, in mwifiex_cfg80211_inform_ibss_bss()
2243 ether_addr_copy(priv->cfg_bssid, bss_info.bssid); in mwifiex_cfg80211_inform_ibss_bss()