Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/
H A Dautoscan.h20 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); member
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
H A Dautoscan_exponential.c103 .notify_scan = autoscan_exponential_notify_scan,
H A Dbgscan.c87 return wpa_s->bgscan->notify_scan(wpa_s->bgscan_priv, in bgscan_notify_scan()
H A Dautoscan.c149 interval = wpa_s->autoscan->notify_scan(wpa_s->autoscan_priv, in autoscan_notify_scan()
H A Dbgscan_simple.c330 .notify_scan = bgscan_simple_notify_scan,
H A Dbgscan_learn.c611 .notify_scan = bgscan_learn_notify_scan,