Searched refs:ieee80211_bss_get_ie (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | mlme.c | 2243 ssid = ieee80211_bss_get_ie(ifmgd->associated, WLAN_EID_SSID); in ieee80211_mgd_probe_ap_send() 2345 ssid = ieee80211_bss_get_ie(cbss, WLAN_EID_SSID); in ieee80211_ap_probereq_get() 3731 ssidie = ieee80211_bss_get_ie(auth_data->bss, WLAN_EID_SSID); in ieee80211_probe_auth() 4177 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains() 4190 vht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_ht_vht_rx_chains() 4233 ht_oper_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_OPERATION); in ieee80211_prep_channel() 4237 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel() 4251 vht_oper_ie = ieee80211_bss_get_ie(cbss, in ieee80211_prep_channel() 4263 vht_cap = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_prep_channel() 4631 ssidie = ieee80211_bss_get_ie(req->bss, WLAN_EID_SSID); in ieee80211_mgd_assoc() [all …]
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cfg.c | 302 rates_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SUPP_RATES); in lbs_add_common_rates_tlv() 303 ext_rates_eid = ieee80211_bss_get_ie(bss, WLAN_EID_EXT_SUPP_RATES); in lbs_add_common_rates_tlv() 1143 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in lbs_associate() 1843 rates_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SUPP_RATES); in lbs_ibss_join_existing()
|
/linux-4.1.27/net/wireless/ |
D | wext-sme.c | 240 ie = ieee80211_bss_get_ie(&wdev->current_bss->pub, in cfg80211_mgd_wext_giwessid()
|
D | util.c | 813 const u8 *ieee80211_bss_get_ie(struct cfg80211_bss *bss, u8 ie) in ieee80211_bss_get_ie() function 823 EXPORT_SYMBOL(ieee80211_bss_get_ie);
|
D | sme.c | 722 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in __cfg80211_connect_result()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 419 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in wil_cfg80211_connect()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_ioctl.c | 208 country_ie = ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in mwifiex_process_country_ie()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 1647 const u8 *ieee80211_bss_get_ie(struct cfg80211_bss *bss, u8 ie);
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | sta.c | 1303 ssidie = ieee80211_bss_get_ie(bss, WLAN_EID_SSID); in cw1200_do_join()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 1421 rsnie = ieee80211_bss_get_ie(bss, WLAN_EID_RSN); in ath10k_peer_assoc_h_crypto()
|