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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 369 if (wpa_s->driver->set_freq)
370 return wpa_s->driver->set_freq(wpa_s->drv_priv, freq);
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 535 if (hapd->driver->set_freq == NULL)
537 return hapd->driver->set_freq(hapd->drv_priv, &data);
  /external/wpa_supplicant_8/src/drivers/
driver.h 1895 int (*set_freq)(void *priv, struct hostapd_freq_params *freq); member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1191 .set_freq = hostap_set_freq,
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_test.c     [all...]
driver_nl80211.c     [all...]

Completed in 90 milliseconds