Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/net/mac80211/
Dmlme.c2534 ssid = ieee80211_bss_get_ie(ifmgd->associated, WLAN_EID_SSID); in ieee80211_mgd_probe_ap_send()
2635 ssid = ieee80211_bss_get_ie(cbss, WLAN_EID_SSID); in ieee80211_ap_probereq_get()
4646 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4659 vht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4767 ht_oper_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_OPERATION); in ieee80211_prep_channel()
4771 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
4785 vht_oper_ie = ieee80211_bss_get_ie(cbss, in ieee80211_prep_channel()
4797 vht_cap = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_prep_channel()
5236 ssidie = ieee80211_bss_get_ie(req->bss, WLAN_EID_SSID); in ieee80211_mgd_assoc()
5371 ht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_HT_OPERATION); in ieee80211_mgd_assoc()
[all …]
/Linux-v5.4/net/wireless/
Dwext-sme.c218 ie = ieee80211_bss_get_ie(&wdev->current_bss->pub, in cfg80211_mgd_wext_giwessid()
Dscan.c375 ssid = ieee80211_bss_get_ie(nontrans_bss, WLAN_EID_SSID); in cfg80211_add_nontrans_list()
1736 nontrans_ssid = ieee80211_bss_get_ie(nontrans_bss, WLAN_EID_SSID); in cfg80211_update_notlisted_nontrans()
Dsme.c765 country_ie = ieee80211_bss_get_ie(cr->bss, WLAN_EID_COUNTRY); in __cfg80211_connect_result()
Dnl80211.c3247 ssid_ie = ieee80211_bss_get_ie(&wdev->current_bss->pub, in nl80211_send_iface()
/Linux-v5.4/Documentation/driver-api/80211/
Dcfg80211.rst264 :functions: ieee80211_bss_get_ie
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c214 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie()
/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dsta.c1290 ssidie = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in cw1200_do_join()
/Linux-v5.4/include/net/
Dcfg80211.h2248 static inline const u8 *ieee80211_bss_get_ie(struct cfg80211_bss *bss, u8 id) in ieee80211_bss_get_ie() function
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1257 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in wil_cfg80211_connect()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c2189 rsnie = ieee80211_bss_get_ie(bss, WLAN_EID_RSN); in ath10k_peer_assoc_h_crypto()