Home
last modified time | relevance | path

Searched refs:cfg80211_find_ext_ie (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/mac80211/
Dfils_aead.c234 session = cfg80211_find_ext_ie(WLAN_EID_EXT_FILS_SESSION, in fils_encrypt_assoc_req()
283 session = cfg80211_find_ext_ie(WLAN_EID_EXT_FILS_SESSION, in fils_decrypt_assoc_resp()
Dmlme.c4812 he_oper_ie = cfg80211_find_ext_ie(WLAN_EID_EXT_HE_OPERATION, in ieee80211_prep_channel()
5498 ie = cfg80211_find_ext_ie(WLAN_EID_EXT_MULTIPLE_BSSID_CONFIGURATION, in ieee80211_mgd_assoc()
/Linux-v5.4/net/wireless/
Dscan.c275 tmp = (u8 *)cfg80211_find_ext_ie(tmp_old[2], sub_copy, in cfg80211_gen_new_ie()
1566 !cfg80211_find_ext_ie(WLAN_EID_EXT_HE_CAPABILITY, ie, ielen)) in cfg80211_parse_mbssid_data()
1896 !cfg80211_find_ext_ie(WLAN_EID_EXT_HE_CAPABILITY, ie, ielen)) in cfg80211_inform_bss_frame_data()
Dnl80211.c4550 cap = cfg80211_find_ext_ie(WLAN_EID_EXT_HE_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()
/Linux-v5.4/include/net/
Dcfg80211.h5384 static inline const u8 *cfg80211_find_ext_ie(u8 ext_eid, const u8 *ies, int len) in cfg80211_find_ext_ie() function