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.c354 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_scan_channels_2g4()
399 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in ieee80211n_scan_channels_5g()
795 hostapd_hw_get_freq(iface->bss[0], in hostapd_acs_completed()
904 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.c1680 iface->freq = hostapd_hw_get_freq(hapd, iface->conf->channel); in hostapd_setup_interface_complete_sync()
3045 hostapd_hw_get_freq(hapd, conf->channel), in hostapd_change_config_freq()
Ddrv_callbacks.c606 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
Dieee802_11.c1533 hostapd_hw_get_freq(other, in handle_auth()