Searched refs:hostapd_hw_get_freq (Results 1 – 3 of 3) sorted by relevance
25 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);52 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() function
290 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan); in ieee80211n_check_40mhz_5g()358 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_check_40mhz_2g4()724 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() function
732 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel); in hostapd_setup_interface_complete()