Searched refs:hostapd_hw_get_freq (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dhw_features.h26 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 Dhw_features.c296 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan);
364 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);
769 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
H A Dhostapd.c888 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);

Completed in 173 milliseconds