Home
last modified time | relevance | path

Searched refs:ieee80211_bss_get_ie (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dcfg.c303 rates_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SUPP_RATES); in lbs_add_common_rates_tlv()
304 ext_rates_eid = ieee80211_bss_get_ie(bss, WLAN_EID_EXT_SUPP_RATES); in lbs_add_common_rates_tlv()
1100 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in lbs_associate()
1774 rates_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SUPP_RATES); in lbs_ibss_join_existing()
/Linux-v4.19/net/mac80211/
Dmlme.c2448 ssid = ieee80211_bss_get_ie(ifmgd->associated, WLAN_EID_SSID); in ieee80211_mgd_probe_ap_send()
2549 ssid = ieee80211_bss_get_ie(cbss, WLAN_EID_SSID); in ieee80211_ap_probereq_get()
4489 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4502 vht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4610 ht_oper_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_OPERATION); in ieee80211_prep_channel()
4614 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
4628 vht_oper_ie = ieee80211_bss_get_ie(cbss, in ieee80211_prep_channel()
4640 vht_cap = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_prep_channel()
5024 ssidie = ieee80211_bss_get_ie(req->bss, WLAN_EID_SSID); in ieee80211_mgd_assoc()
5159 ht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_HT_OPERATION); in ieee80211_mgd_assoc()
[all …]
/Linux-v4.19/net/wireless/
Dwext-sme.c217 ie = ieee80211_bss_get_ie(&wdev->current_bss->pub, in cfg80211_mgd_wext_giwessid()
Dutil.c776 const u8 *ieee80211_bss_get_ie(struct cfg80211_bss *bss, u8 ie) in ieee80211_bss_get_ie() function
786 EXPORT_SYMBOL(ieee80211_bss_get_ie);
Dsme.c761 country_ie = ieee80211_bss_get_ie(cr->bss, WLAN_EID_COUNTRY); in __cfg80211_connect_result()
Dnl80211.c2855 ssid_ie = ieee80211_bss_get_ie(&wdev->current_bss->pub, in nl80211_send_iface()
/Linux-v4.19/Documentation/driver-api/80211/
Dcfg80211.rst264 :functions: ieee80211_bss_get_ie
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c214 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie()
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dsta.c1293 ssidie = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in cw1200_do_join()
/Linux-v4.19/include/net/
Dcfg80211.h2016 const u8 *ieee80211_bss_get_ie(struct cfg80211_bss *bss, u8 ie);
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dcfg80211.c935 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in wil_cfg80211_connect()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c2143 rsnie = ieee80211_bss_get_ie(bss, WLAN_EID_RSN); in ath10k_peer_assoc_h_crypto()