Home
last modified time | relevance | path

Searched refs:hs20_ie (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h192 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member
Ddrv_callbacks.c247 wpabuf_free(sta->hs20_ie); in hostapd_notif_assoc()
249 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
252 sta->hs20_ie = NULL; in hostapd_notif_assoc()
Dieee802_1x.c782 if (sta->hs20_ie && wpabuf_len(sta->hs20_ie) > 0) { in ieee802_1x_encapsulate_radius()
786 pos = wpabuf_head_u8(sta->hs20_ie); in ieee802_1x_encapsulate_radius()
789 wpabuf_len(sta->hs20_ie) >= 3) in ieee802_1x_encapsulate_radius()
Dsta_info.c324 wpabuf_free(sta->hs20_ie); in ap_free_sta()
Dieee802_11.c3239 wpabuf_free(sta->hs20_ie); in check_assoc_ies()
3243 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies()
3253 sta->hs20_ie = NULL; in check_assoc_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h233 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member
Dieee802_1x.c781 if (sta->hs20_ie && wpabuf_len(sta->hs20_ie) > 0) { in ieee802_1x_encapsulate_radius()
786 pos = wpabuf_head_u8(sta->hs20_ie); in ieee802_1x_encapsulate_radius()
789 wpabuf_len(sta->hs20_ie) >= 3) in ieee802_1x_encapsulate_radius()
Ddrv_callbacks.c278 wpabuf_free(sta->hs20_ie); in hostapd_notif_assoc()
280 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
283 sta->hs20_ie = NULL; in hostapd_notif_assoc()
Dsta_info.c359 wpabuf_free(sta->hs20_ie); in ap_free_sta()
Dieee802_11.c4792 wpabuf_free(sta->hs20_ie); in check_assoc_ies()
4796 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies()
4807 sta->hs20_ie = NULL; in check_assoc_ies()