Searched refs:hw_get_freq (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.c | 67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() function 192 pri_freq = hw_get_freq(mode, pri_chan); in check_40mhz_5g() 193 sec_freq = hw_get_freq(mode, sec_chan); in check_40mhz_5g() 288 pri_freq = hw_get_freq(mode, pri_chan); in check_40mhz_2g4() 289 sec_freq = hw_get_freq(mode, sec_chan); in check_40mhz_2g4()
|
H A D | hw_features_common.h | 20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.h | 24 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
|
H A D | hw_features_common.c | 90 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() function 308 pri_freq = hw_get_freq(mode, pri_chan); in check_40mhz_2g4() 309 sec_freq = hw_get_freq(mode, sec_chan); in check_40mhz_2g4()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hw_features.c | 950 return hw_get_freq(hapd->iface->current_mode, chan); in hostapd_hw_get_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 1171 return hw_get_freq(hapd->iface->current_mode, chan); in hostapd_hw_get_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 2328 freq->freq = hw_get_freq(mode, sec_chan->chan); in ibss_mesh_setup_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 2764 freq->freq = hw_get_freq(mode, sec_chan->chan);
|
Completed in 22 milliseconds