Home
last modified time | relevance | path

Searched refs:probe_ie_taxonomy (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dtaxonomy.c245 if (!sta->probe_ie_taxonomy || !sta->assoc_ie_taxonomy) in retrieve_sta_taxonomy()
254 ie_to_string(pos, end - pos, sta->probe_ie_taxonomy); in retrieve_sta_taxonomy()
272 wpabuf_free(sta->probe_ie_taxonomy); in taxonomy_sta_info_probe_req()
273 sta->probe_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len); in taxonomy_sta_info_probe_req()
281 wpabuf_free(info->probe_ie_taxonomy); in taxonomy_hostapd_sta_info_probe_req()
282 info->probe_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len); in taxonomy_hostapd_sta_info_probe_req()
Dbeacon.h31 struct wpabuf **probe_ie_taxonomy);
Dbeacon.c702 struct wpabuf **probe_ie_taxonomy) in sta_track_claim_taxonomy_info() argument
710 wpabuf_free(*probe_ie_taxonomy); in sta_track_claim_taxonomy_info()
711 *probe_ie_taxonomy = info->probe_ie_taxonomy; in sta_track_claim_taxonomy_info()
712 info->probe_ie_taxonomy = NULL; in sta_track_claim_taxonomy_info()
1012 wpabuf_free(info->probe_ie_taxonomy); in sta_track_del()
1013 info->probe_ie_taxonomy = NULL; in sta_track_del()
Dsta_info.h221 struct wpabuf *probe_ie_taxonomy; member
Dhostapd.h317 struct wpabuf *probe_ie_taxonomy; member
Dsta_info.c228 wpabuf_free(sta->probe_ie_taxonomy); in ap_free_sta()
229 sta->probe_ie_taxonomy = NULL; in ap_free_sta()
681 &sta->probe_ie_taxonomy); in ap_sta_add()