Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.h18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() function
Dacs.c819 if (hostapd_acs_completed(iface, err) == HOSTAPD_CHAN_VALID) { in acs_study()
859 hostapd_acs_completed(iface, 1); in acs_scan_complete()
Dhw_features.c807 int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() function
Ddrv_callbacks.c809 ret = hostapd_acs_completed(hapd->iface, err); in hostapd_acs_channel_selected()