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 737 if (data->mesh_pending_auth) {
742 mgmt = wpabuf_head(data->mesh_pending_auth);
753 wpabuf_head(data->mesh_pending_auth),
754 wpabuf_len(data->mesh_pending_auth),
757 wpabuf_free(data->mesh_pending_auth);
758 data->mesh_pending_auth = NULL;
  /external/wpa_supplicant_8/src/ap/
hostapd.h 263 struct wpabuf *mesh_pending_auth; member in struct:hostapd_data
hostapd.c 335 wpabuf_free(hapd->mesh_pending_auth);
336 hapd->mesh_pending_auth = NULL;
    [all...]
ieee802_11.c 1139 wpabuf_free(hapd->mesh_pending_auth);
1140 hapd->mesh_pending_auth = wpabuf_alloc_copy(mgmt, len);
    [all...]

Completed in 4706 milliseconds