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 234 void (*scan_cb)(struct hostapd_iface *iface); member in struct:hostapd_iface
drv_callbacks.c 489 if (hapd->iface->scan_cb)
490 hapd->iface->scan_cb(hapd->iface);
hw_features.c 421 iface->scan_cb = NULL;
467 iface->scan_cb = ieee80211n_check_scan;
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1079 if (wpa_s->ap_iface->scan_cb)
1080 wpa_s->ap_iface->scan_cb(wpa_s->ap_iface);
    [all...]

Completed in 197 milliseconds