Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h188 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member
Ddrv_callbacks.c234 wpabuf_free(sta->hs20_ie); in hostapd_notif_assoc()
236 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
239 sta->hs20_ie = NULL; in hostapd_notif_assoc()
Dieee802_1x.c695 if (sta->hs20_ie && wpabuf_len(sta->hs20_ie) > 0) { in ieee802_1x_encapsulate_radius()
699 pos = wpabuf_head_u8(sta->hs20_ie); in ieee802_1x_encapsulate_radius()
702 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.c3109 wpabuf_free(sta->hs20_ie); in check_assoc_ies()
3113 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies()
3123 sta->hs20_ie = NULL; in check_assoc_ies()