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

/netbsd-current/external/bsd/wpa/dist/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.c247 wpabuf_free(sta->hs20_ie);
249 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
252 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 257 milliseconds