Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h230 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member
H A Dieee802_1x.c849 if (sta->hs20_ie && wpabuf_len(sta->hs20_ie) > 0) { in ieee802_1x_encapsulate_radius()
854 pos = wpabuf_head_u8(sta->hs20_ie); in ieee802_1x_encapsulate_radius()
857 wpabuf_len(sta->hs20_ie) >= 3) in ieee802_1x_encapsulate_radius()
H A Ddrv_callbacks.c442 wpabuf_free(sta->hs20_ie); in hostapd_notif_assoc()
444 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
447 sta->hs20_ie = NULL; in hostapd_notif_assoc()
H A Dsta_info.c406 wpabuf_free(sta->hs20_ie); in ap_free_sta()
H A Dieee802_11.c4299 wpabuf_free(sta->hs20_ie); in __check_assoc_ies()
4303 sta->hs20_ie = wpabuf_alloc_copy(elems->hs20 + 4, in __check_assoc_ies()
4314 sta->hs20_ie = NULL; in __check_assoc_ies()