Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dhw_features.c1013 int secondary_freq; in hostapd_is_usable_chans() local
1057 secondary_freq = iface->freq + 20; in hostapd_is_usable_chans()
1058 err2 = hostapd_is_usable_chan(iface, secondary_freq, 0); in hostapd_is_usable_chans()
1064 secondary_freq = iface->freq - 20; in hostapd_is_usable_chans()
1065 err2 = hostapd_is_usable_chan(iface, secondary_freq, 0); in hostapd_is_usable_chans()