Home
last modified time | relevance | path

Searched refs:driver_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h55 int (*driver_init)(struct hostapd_iface *iface); member
H A Dhostapd.c2762 hapd_iface->interfaces->driver_init == NULL || in hostapd_enable_iface()
2763 hapd_iface->interfaces->driver_init(hapd_iface)) in hostapd_enable_iface()
3005 if (interfaces->driver_init(hapd_iface)) in hostapd_add_iface()
/freebsd/contrib/wpa/hostapd/
H A Dmain.c667 interfaces.driver_init = hostapd_driver_init; in main()