Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dscan.c1608 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1632 beacon_size = le16_to_cpu(*(__le16 *)(*bss_info)); in mwifiex_parse_single_response_buf()
1634 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1638 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1646 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1649 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
1860 u8 *bss_info; in mwifiex_ret_802_11_scan() local
1899 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
1948 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2102 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
[all …]
Dcfg80211.c1842 struct mwifiex_bss_info bss_info; in mwifiex_cfg80211_inform_ibss_bss() local
1848 if (mwifiex_get_bss_info(priv, &bss_info)) in mwifiex_cfg80211_inform_ibss_bss()
1852 ie_buf[1] = bss_info.ssid.ssid_len; in mwifiex_cfg80211_inform_ibss_bss()
1855 &bss_info.ssid.ssid, bss_info.ssid.ssid_len); in mwifiex_cfg80211_inform_ibss_bss()
1860 ieee80211_channel_to_frequency(bss_info.bss_chan, in mwifiex_cfg80211_inform_ibss_bss()
1865 bss_info.bssid, 0, WLAN_CAPABILITY_IBSS, in mwifiex_cfg80211_inform_ibss_bss()
1868 memcpy(priv->cfg_bssid, bss_info.bssid, ETH_ALEN); in mwifiex_cfg80211_inform_ibss_bss()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h384 struct wl_cfg80211_bss_info *bss_info; member
/linux-4.1.27/drivers/net/wireless/
Datmel.c539 struct bss_info { struct
3225 struct bss_info *bss = &priv->BSSinfo[bss_index]; in atmel_join_bss()