HomeSort by relevance Sort by last modified time
    Searched refs:mesh_pending_auth (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 605 if (data->mesh_pending_auth) {
610 mgmt = wpabuf_head(data->mesh_pending_auth);
621 wpabuf_head(data->mesh_pending_auth),
622 wpabuf_len(data->mesh_pending_auth),
625 wpabuf_free(data->mesh_pending_auth);
626 data->mesh_pending_auth = NULL;
  /external/wpa_supplicant_8/src/ap/
hostapd.h 259 struct wpabuf *mesh_pending_auth; member in struct:hostapd_data
hostapd.c 332 wpabuf_free(hapd->mesh_pending_auth);
333 hapd->mesh_pending_auth = NULL;
    [all...]
ieee802_11.c 1012 wpabuf_free(hapd->mesh_pending_auth);
1013 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len);
    [all...]

Completed in 42 milliseconds