Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c737 if (data->mesh_pending_auth) { in wpa_mesh_new_mesh_peer()
742 mgmt = wpabuf_head(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
753 wpabuf_head(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
754 wpabuf_len(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
757 wpabuf_free(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
758 data->mesh_pending_auth = NULL; in wpa_mesh_new_mesh_peer()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h263 struct wpabuf *mesh_pending_auth; member
Dhostapd.c335 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()
336 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
Dieee802_11.c1139 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()
1140 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()