Home
last modified time | relevance | path

Searched refs:mesh_pending_auth (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_mpm.c817 if (data->mesh_pending_auth) { in wpa_mesh_new_mesh_peer()
822 mgmt = wpabuf_head(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
833 wpabuf_head(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
834 wpabuf_len(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
837 wpabuf_free(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
838 data->mesh_pending_auth = NULL; in wpa_mesh_new_mesh_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_mpm.c822 if (data->mesh_pending_auth) { in wpa_mesh_new_mesh_peer()
827 mgmt = wpabuf_head(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
838 wpabuf_head(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
839 wpabuf_len(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
842 wpabuf_free(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
843 data->mesh_pending_auth = NULL; in wpa_mesh_new_mesh_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h310 struct wpabuf *mesh_pending_auth; member
Dhostapd.c424 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()
425 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
Dieee802_11.c2262 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()
2263 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h320 struct wpabuf *mesh_pending_auth; member
Dhostapd.c439 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()
440 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
Dieee802_11.c3794 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()
3795 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()