Searched refs:hostapd_hw_get_freq (Results 1 – 3 of 3) sorted by relevance
26 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);53 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() function
297 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan); in ieee80211n_check_40mhz_5g()365 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_check_40mhz_2g4()466 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_scan_channels_2g4()818 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() function
953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel); in hostapd_setup_interface_complete()