Searched refs:driver_init (Results 1 – 3 of 3) sorted by relevance
56 int (*driver_init)(struct hostapd_iface *iface); member
2862 hapd_iface->interfaces->driver_init == NULL || in hostapd_enable_iface()2863 hapd_iface->interfaces->driver_init(hapd_iface)) in hostapd_enable_iface()3120 if (interfaces->driver_init(hapd_iface)) in hostapd_add_iface()
681 interfaces.driver_init = hostapd_driver_init; in main()