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 38 int (*driver_init)(struct hostapd_iface *iface); member in struct:hapd_interfaces
hostapd.c 1157 hapd_iface->interfaces->driver_init == NULL ||
1158 hapd_iface->interfaces->driver_init(hapd_iface) ||
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 585 interfaces.driver_init = hostapd_driver_init;

Completed in 566 milliseconds