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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 37 int (*driver_init)(struct hostapd_iface *iface); member in struct:hapd_interfaces
hostapd.c 1106 hapd_iface->interfaces->driver_init == NULL ||
1107 hapd_iface->interfaces->driver_init(hapd_iface) ||
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 577 interfaces.driver_init = hostapd_driver_init;

Completed in 28 milliseconds