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 760 if (data->mesh_pending_auth) {
765 mgmt = wpabuf_head(data->mesh_pending_auth);
776 wpabuf_head(data->mesh_pending_auth),
777 wpabuf_len(data->mesh_pending_auth),
780 wpabuf_free(data->mesh_pending_auth);
781 data->mesh_pending_auth = NULL;
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 272 struct wpabuf *mesh_pending_auth; member in struct:hostapd_data
hostapd.c 343 wpabuf_free(hapd->mesh_pending_auth);
344 hapd->mesh_pending_auth = NULL;
    [all...]
ieee802_11.c     [all...]

Completed in 998 milliseconds