Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.c896 int secondary_freq; in hostapd_is_usable_chans() local
926 secondary_freq = iface->freq + 20; in hostapd_is_usable_chans()
927 if (hostapd_is_usable_chan(iface, secondary_freq, 0) && in hostapd_is_usable_chans()
933 secondary_freq = iface->freq - 20; in hostapd_is_usable_chans()
934 if (hostapd_is_usable_chan(iface, secondary_freq, 0) && in hostapd_is_usable_chans()