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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 197 void (*wps_event_cb)(void *ctx, enum wps_event event, member in struct:hostapd_data
wps_hostapd.c 838 if (hapd->wps_event_cb)
839 hapd->wps_event_cb(hapd->wps_event_cb_ctx, event, data);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 619 hapd_iface->bss[i]->wps_event_cb = ap_wps_event_cb;

Completed in 36 milliseconds