Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhw_features.c1161 case HOSTAPD_CHAN_ACS: in hostapd_check_chans()
1162 return HOSTAPD_CHAN_ACS; in hostapd_check_chans()
1214 case HOSTAPD_CHAN_ACS: in hostapd_acs_completed()
1333 case HOSTAPD_CHAN_ACS: /* ACS will run and later complete */ in hostapd_select_hw_mode()
Dacs.c1510 return HOSTAPD_CHAN_ACS; in acs_init()
1525 return HOSTAPD_CHAN_ACS; in acs_init()
Dhostapd.h106 HOSTAPD_CHAN_ACS = 2, /* ACS work being performed */ enumerator
Dhostapd.c1958 if (acs_init(iface) != HOSTAPD_CHAN_ACS) in hostapd_no_ir_channel_list_updated()