Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.h25 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
Dhw_features.c290 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
Dhostapd.c732 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel); in hostapd_setup_interface_complete()