Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
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()
Dsta_info.h248 struct wpabuf *assoc_ie_taxonomy; member
Dsta_info.c267 wpabuf_free(sta->assoc_ie_taxonomy); in ap_free_sta()
268 sta->assoc_ie_taxonomy = NULL; in ap_free_sta()