Searched refs:hostapd_is_usable_chan (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/ap/ |
D | hw_features.c | 846 static int hostapd_is_usable_chan(struct hostapd_iface *iface, in hostapd_is_usable_chan() function 922 err = hostapd_is_usable_chan(iface, freq, 1); in hostapd_is_usable_edmg() 1032 err = hostapd_is_usable_chan(iface, pri_chan->freq, 1); in hostapd_is_usable_chans() 1047 err = hostapd_is_usable_chan(iface, iface->freq + in hostapd_is_usable_chans() 1062 err2 = hostapd_is_usable_chan(iface, secondary_freq, 0); in hostapd_is_usable_chans() 1069 err2 = hostapd_is_usable_chan(iface, secondary_freq, 0); in hostapd_is_usable_chans()
|