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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 273 void (*scan_cb)(struct hostapd_iface *iface); member in struct:hostapd_iface
hw_features.c 425 iface->scan_cb = NULL;
513 iface->scan_cb = ieee80211n_check_scan;
drv_callbacks.c 744 if (hapd->iface->scan_cb)
745 hapd->iface->scan_cb(hapd->iface);
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1173 if (wpa_s->ap_iface->scan_cb)
1174 wpa_s->ap_iface->scan_cb(wpa_s->ap_iface);
    [all...]

Completed in 160 milliseconds