HomeSort by relevance Sort by last modified time
    Searched defs:hostapd_hw_get_freq (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
hw_features.h 21 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);
49 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
hw_features.c 336 pri_freq = hostapd_hw_get_freq(iface->bss[0], pri_chan);
435 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
574 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
614 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
1027 hostapd_hw_get_freq(iface->bss[0],
1132 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function

Completed in 32 milliseconds