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

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c817 if (data->mesh_pending_auth) {
822 mgmt = wpabuf_head(data->mesh_pending_auth);
833 wpabuf_head(data->mesh_pending_auth),
834 wpabuf_len(data->mesh_pending_auth),
837 wpabuf_free(data->mesh_pending_auth);
838 data->mesh_pending_auth = NULL;
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dhostapd.h310 struct wpabuf *mesh_pending_auth; member in struct:hostapd_data
H A Dhostapd.c424 wpabuf_free(hapd->mesh_pending_auth);
425 hapd->mesh_pending_auth = NULL;
H A Dieee802_11.c2262 wpabuf_free(hapd->mesh_pending_auth);
2263 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len);

Completed in 172 milliseconds