Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h352 struct wpabuf *mesh_pending_auth; member
H A Dhostapd.c572 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()
573 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
H A Dieee802_11.c3136 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()
3137 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()