Home
last modified time | relevance | path

Searched refs:HOSTAPD_CHAN_ACS (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDhw_features.c789 case HOSTAPD_CHAN_ACS: in hostapd_check_chans()
790 return HOSTAPD_CHAN_ACS; in hostapd_check_chans()
836 case HOSTAPD_CHAN_ACS: in hostapd_acs_completed()
916 case HOSTAPD_CHAN_ACS: /* ACS will run and later complete */ in hostapd_select_hw_mode()
HDacs.c971 return HOSTAPD_CHAN_ACS; in acs_init()
985 return HOSTAPD_CHAN_ACS; in acs_init()
HDhostapd.h80 HOSTAPD_CHAN_ACS = 2, /* ACS work being performed */ enumerator