Searched refs:hw_get_chan (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.h | 25 int hw_get_chan(enum hostapd_hw_mode mode, int freq,
|
H A D | hw_features_common.c | 100 int hw_get_chan(enum hostapd_hw_mode mode, int freq, in hw_get_chan() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.h | 21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
|
H A D | hw_features_common.c | 77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq) in hw_get_chan() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hw_features.c | 960 channel = hw_get_chan(hapd->iface->current_mode, freq); in hostapd_hw_get_channel() 971 channel = hw_get_chan(mode, freq); in hostapd_hw_get_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 1181 channel = hw_get_chan(hapd->iface->current_mode->mode, freq, in hostapd_hw_get_channel() 1194 channel = hw_get_chan(mode->mode, freq, in hostapd_hw_get_channel()
|
H A D | drv_callbacks.c | 1137 !hw_get_chan(mode->mode, in hostapd_acs_channel_selected()
|
Completed in 7 milliseconds