Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.h21 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);
54 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() function
Dhw_features.c358 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_scan_channels_2g4()
403 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_scan_channels_5g()
818 hostapd_hw_get_freq(iface->bss[0], in hostapd_acs_completed()
927 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() function
Dieee802_11_ht.c210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in is_40_allowed()
Dhostapd.c1797 iface->freq = hostapd_hw_get_freq(hapd, iface->conf->channel); in hostapd_setup_interface_complete_sync()
3163 hostapd_hw_get_freq(hapd, conf->channel), in hostapd_change_config_freq()
Ddrv_callbacks.c757 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
Dieee802_11.c1772 hostapd_hw_get_freq(other, in handle_auth()