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.h26 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
Dhw_features.c297 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
Dhostapd.c953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel); in hostapd_setup_interface_complete()