Searched refs:assoc_ie_taxonomy (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dtaxonomy.c245 if (!sta->probe_ie_taxonomy || !sta->assoc_ie_taxonomy)
262 ie_to_string(pos, end - pos, sta->assoc_ie_taxonomy);
290 wpabuf_free(sta->assoc_ie_taxonomy);
291 sta->assoc_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len);
H A Dsta_info.h238 struct wpabuf *assoc_ie_taxonomy; member in struct:sta_info
H A Dsta_info.c234 wpabuf_free(sta->assoc_ie_taxonomy);
235 sta->assoc_ie_taxonomy = NULL;

Completed in 125 milliseconds