Home
last modified time | relevance | path

Searched refs:hostapd_acs_completed (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.h19 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
50 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() function
H A Dacs.c1314 if (hostapd_acs_completed(iface, err) == HOSTAPD_CHAN_VALID) { in acs_study()
1355 hostapd_acs_completed(iface, 1); in acs_scan_complete()
H A Dhw_features.c1186 int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() function
H A Ddrv_callbacks.c1504 ret = hostapd_acs_completed(hapd->iface, err); in hostapd_acs_channel_selected()