Searched refs:probe_ie_taxonomy (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | taxonomy.c | 245 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()
|
H A D | beacon.h | 31 struct wpabuf **probe_ie_taxonomy);
|
H A D | beacon.c | 825 struct wpabuf **probe_ie_taxonomy) in sta_track_claim_taxonomy_info() 833 wpabuf_free(*probe_ie_taxonomy); in sta_track_claim_taxonomy_info() 834 *probe_ie_taxonomy = info->probe_ie_taxonomy; in sta_track_claim_taxonomy_info() 835 info->probe_ie_taxonomy = NULL; in sta_track_claim_taxonomy_info() 1176 wpabuf_free(info->probe_ie_taxonomy); in sta_track_del() 1177 info->probe_ie_taxonomy = NULL; in sta_track_del() 824 sta_track_claim_taxonomy_info(struct hostapd_iface *iface, const u8 *addr, struct wpabuf **probe_ie_taxonomy) sta_track_claim_taxonomy_info() argument
|
H A D | sta_info.h | 278 struct wpabuf *probe_ie_taxonomy; member
|
H A D | hostapd.h | 441 struct wpabuf *probe_ie_taxonomy; member
|
H A D | sta_info.c | 274 wpabuf_free(sta->probe_ie_taxonomy); in ap_free_sta() 275 sta->probe_ie_taxonomy = NULL; in ap_free_sta() 781 &sta->probe_ie_taxonomy); in ap_sta_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | taxonomy.c | 245 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()
|
H A D | beacon.h | 31 struct wpabuf **probe_ie_taxonomy);
|
H A D | beacon.c | 715 struct wpabuf **probe_ie_taxonomy) in sta_track_claim_taxonomy_info() 723 wpabuf_free(*probe_ie_taxonomy); in sta_track_claim_taxonomy_info() 724 *probe_ie_taxonomy = info->probe_ie_taxonomy; in sta_track_claim_taxonomy_info() 725 info->probe_ie_taxonomy = NULL; in sta_track_claim_taxonomy_info() 1044 wpabuf_free(info->probe_ie_taxonomy); in sta_track_del() 1045 info->probe_ie_taxonomy = NULL; in sta_track_del() 714 sta_track_claim_taxonomy_info(struct hostapd_iface *iface, const u8 *addr, struct wpabuf **probe_ie_taxonomy) sta_track_claim_taxonomy_info() argument
|
H A D | sta_info.h | 237 struct wpabuf *probe_ie_taxonomy; member
|
H A D | sta_info.c | 232 wpabuf_free(sta->probe_ie_taxonomy); in ap_free_sta() 233 sta->probe_ie_taxonomy = NULL; in ap_free_sta() 729 &sta->probe_ie_taxonomy); in ap_sta_add()
|
H A D | hostapd.h | 410 struct wpabuf *probe_ie_taxonomy; member
|
Completed in 13 milliseconds