Home
last modified time | relevance | path

Searched refs:bss_info (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1753 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1777 beacon_size = get_unaligned_le16((*bss_info)); in mwifiex_parse_single_response_buf()
1779 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1783 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1791 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1794 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
2122 u8 *bss_info; in mwifiex_ret_802_11_scan() local
2165 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
2242 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2623 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
[all...]
H A Dcfg80211.c2117 struct mwifiex_bss_info bss_info; in mwifiex_cfg80211_inform_ibss_bss() local
2123 if (mwifiex_get_bss_info(priv, &bss_info)) in mwifiex_cfg80211_inform_ibss_bss()
2127 ie_buf[1] = bss_info.ssid.ssid_len; in mwifiex_cfg80211_inform_ibss_bss()
2130 &bss_info.ssid.ssid, bss_info.ssid.ssid_len); in mwifiex_cfg80211_inform_ibss_bss()
2135 ieee80211_channel_to_frequency(bss_info.bss_chan, in mwifiex_cfg80211_inform_ibss_bss()
2140 bss_info.bssid, 0, WLAN_CAPABILITY_IBSS, in mwifiex_cfg80211_inform_ibss_bss()
2144 ether_addr_copy(priv->cfg_bssid, bss_info.bssid); in mwifiex_cfg80211_inform_ibss_bss()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1735 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1759 beacon_size = get_unaligned_le16((*bss_info)); in mwifiex_parse_single_response_buf()
1761 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1765 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1773 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1776 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
2104 u8 *bss_info; in mwifiex_ret_802_11_scan() local
2147 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
2224 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2605 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
[all...]
H A Dcfg80211.c2183 struct mwifiex_bss_info bss_info; in mwifiex_cfg80211_inform_ibss_bss() local
2189 if (mwifiex_get_bss_info(priv, &bss_info)) in mwifiex_cfg80211_inform_ibss_bss()
2193 ie_buf[1] = bss_info.ssid.ssid_len; in mwifiex_cfg80211_inform_ibss_bss()
2196 &bss_info.ssid.ssid, bss_info.ssid.ssid_len); in mwifiex_cfg80211_inform_ibss_bss()
2201 ieee80211_channel_to_frequency(bss_info.bss_chan, in mwifiex_cfg80211_inform_ibss_bss()
2206 bss_info.bssid, 0, WLAN_CAPABILITY_IBSS, in mwifiex_cfg80211_inform_ibss_bss()
2210 ether_addr_copy(priv->cfg_bssid, bss_info.bssid); in mwifiex_cfg80211_inform_ibss_bss()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h312 * @bss_info: bss information for cfg80211 layer.
343 struct wl_cfg80211_bss_info *bss_info; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h318 * @bss_info: bss information for cfg80211 layer.
349 struct wl_cfg80211_bss_info *bss_info; member
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c539 struct bss_info { struct
3201 struct bss_info *bss = &priv->BSSinfo[bss_index]; in atmel_join_bss()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c538 struct bss_info { struct
3196 struct bss_info *bss = &priv->BSSinfo[bss_index]; in atmel_join_bss()

Completed in 29 milliseconds