Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c990 return HOSTAPD_CHAN_VALID; in hostapd_check_chans()
1003 case HOSTAPD_CHAN_VALID: in hostapd_check_chans()
1041 case HOSTAPD_CHAN_VALID: in hostapd_acs_completed()
1136 case HOSTAPD_CHAN_VALID: in hostapd_select_hw_mode()
H A Dhostapd.h87 HOSTAPD_CHAN_VALID = 0, /* channel is ready */ enumerator
H A Dacs.c993 if (hostapd_acs_completed(iface, err) == HOSTAPD_CHAN_VALID) { in acs_study()