Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDmesh_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()
/freebsd-11-stable/contrib/wpa/src/ap/
HDhostapd.h310 struct wpabuf *mesh_pending_auth; member
HDhostapd.c424 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()
425 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
HDieee802_11.c2262 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()
2263 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()