Searched refs:hostapd_hw_get_freq (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | hw_features.h | 26 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan); 53 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
|
H A D | hw_features.c | 297 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan); 365 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 466 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 818 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
|
H A D | hostapd.c | 953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
|
/external/wpa_supplicant_8/src/ap/ |
H A D | hw_features.h | 26 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan); 53 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
|
H A D | hw_features.c | 297 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan); 365 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 466 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 818 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
|
H A D | hostapd.c | 953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | hw_features.h | 26 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan); 53 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
|
H A D | hw_features.c | 297 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan); 365 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 466 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 818 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
|
H A D | hostapd.c | 953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
|
Completed in 125 milliseconds