Searched refs:mesh_pending_auth (Results 1 – 4 of 4) sorted by relevance
860 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()
352 struct wpabuf *mesh_pending_auth; member
572 wpabuf_free(hapd->mesh_pending_auth); in hostapd_free_hapd_data()573 hapd->mesh_pending_auth = NULL; in hostapd_free_hapd_data()
3136 wpabuf_free(hapd->mesh_pending_auth); in handle_auth()3137 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len); in handle_auth()