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

  /external/wpa_supplicant_8/src/drivers/
driver_none.c 87 .hapd_init = none_driver_hapd_init,
driver_wired.c 654 .hapd_init = wired_driver_hapd_init,
driver.h 1679 void * (*hapd_init)(struct hostapd_data *hapd, member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1171 .hapd_init = hostap_init,
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_atheros.c     [all...]
driver_test.c     [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 219 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) {
266 hapd->drv_priv = hapd->driver->hapd_init(hapd, &params);

Completed in 57 milliseconds