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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dsta_info.h192 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member in struct:sta_info
H A Ddrv_callbacks.c234 wpabuf_free(sta->hs20_ie);
236 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
239 sta->hs20_ie = NULL;
H A Dieee802_1x.c782 if (sta->hs20_ie && wpabuf_len(sta->hs20_ie) > 0) {
786 pos = wpabuf_head_u8(sta->hs20_ie);
789 wpabuf_len(sta->hs20_ie) >= 3)
H A Dsta_info.c324 wpabuf_free(sta->hs20_ie);
H A Dieee802_11.c3239 wpabuf_free(sta->hs20_ie);
3243 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
3253 sta->hs20_ie = NULL;

Completed in 118 milliseconds