Searched refs:driver_init (Results 1 – 3 of 3) sorted by relevance
57 int (*driver_init)(struct hostapd_iface *iface); member
3512 hapd_iface->interfaces->driver_init == NULL || in hostapd_enable_iface()3513 hapd_iface->interfaces->driver_init(hapd_iface)) in hostapd_enable_iface()3775 if (interfaces->driver_init(hapd_iface)) in hostapd_add_iface()
792 interfaces.driver_init = hostapd_driver_init; in main()