Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dtaxonomy.c245 if (!sta->probe_ie_taxonomy || !sta->assoc_ie_taxonomy) in retrieve_sta_taxonomy()
262 ie_to_string(pos, end - pos, sta->assoc_ie_taxonomy); in retrieve_sta_taxonomy()
290 wpabuf_free(sta->assoc_ie_taxonomy); in taxonomy_sta_info_assoc_req()
291 sta->assoc_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len); in taxonomy_sta_info_assoc_req()
H A Dsta_info.h238 struct wpabuf *assoc_ie_taxonomy; member
H A Dsta_info.c234 wpabuf_free(sta->assoc_ie_taxonomy); in ap_free_sta()
235 sta->assoc_ie_taxonomy = NULL; in ap_free_sta()