Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dmesh_mpm.c860 if (data->mesh_pending_auth) { in wpa_mesh_new_mesh_peer()
865 mgmt = wpabuf_head(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
876 wpabuf_head(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
877 wpabuf_len(data->mesh_pending_auth), in wpa_mesh_new_mesh_peer()
880 wpabuf_free(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
881 data->mesh_pending_auth = NULL; in wpa_mesh_new_mesh_peer()
/hostap-latest/src/ap/
Dhostapd.h359 struct wpabuf *mesh_pending_auth; member
Dhostapd.c575 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()
576 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
Dieee802_11.c3141 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()
3142 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()