Searched defs:hostapd_hw_get_freq (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A 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) function
H A Dhw_features.c354 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
399 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
795 hostapd_hw_get_freq(iface->bss[0],
904 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
/external/wpa_supplicant_8/src/ap/
H A 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) function
H A Dhw_features.c354 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
399 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
795 hostapd_hw_get_freq(iface->bss[0],
904 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A 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) function
H A Dhw_features.c354 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
399 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
795 hostapd_hw_get_freq(iface->bss[0],
904 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function

Completed in 80 milliseconds