Searched refs:hostapd_hw_get_freq (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.h | 21 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
|
D | hw_features.c | 354 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
|
D | ieee802_11_ht.c | 210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); in is_40_allowed()
|
D | hostapd.c | 1680 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()
|
D | drv_callbacks.c | 606 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
|
D | ieee802_11.c | 1533 hostapd_hw_get_freq(other, in handle_auth()
|