HomeSort by relevance Sort by last modified time
    Searched refs:hw_get_freq (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/common/
hw_features_common.h 20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
hw_features_common.c 67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) function
183 pri_freq = hw_get_freq(mode, pri_chan);
184 sec_freq = hw_get_freq(mode, sec_chan);
279 pri_freq = hw_get_freq(mode, pri_chan);
280 sec_freq = hw_get_freq(mode, sec_chan);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 906 return hw_get_freq(hapd->iface->current_mode, chan);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]

Completed in 62 milliseconds