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

  /external/wpa_supplicant_8/src/ap/
hw_features.h 21 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
hw_features.c 352 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
397 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
864 hostapd_hw_get_freq(iface->bss[0],
973 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) function
ieee802_11_ht.c 210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
hostapd.c     [all...]
drv_callbacks.c 600 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel);
    [all...]
ieee802_11.c 1068 hostapd_hw_get_freq(other,
    [all...]

Completed in 180 milliseconds