Searched refs:notify_scan (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dautoscan.h20 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); member in struct:autoscan_ops
H A Dautoscan_periodic.c84 .notify_scan = autoscan_periodic_notify_scan,
H A Dbgscan.h22 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); member in struct:bgscan_ops
H A Dautoscan_exponential.c103 .notify_scan = autoscan_exponential_notify_scan,
H A Dautoscan.c130 interval = wpa_s->autoscan->notify_scan(wpa_s->autoscan_priv,
H A Dbgscan.c95 return wpa_s->bgscan->notify_scan(wpa_s->bgscan_priv,
H A Dbgscan_simple.c280 .notify_scan = bgscan_simple_notify_scan,
H A Dbgscan_learn.c614 .notify_scan = bgscan_learn_notify_scan,

Completed in 60 milliseconds