Searched refs:hapd_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/wpa/hostapd/
H A Dmain.c164 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) {
210 hapd->drv_priv = hapd->driver->hapd_init(hapd, &params);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c399 .hapd_init = wired_driver_hapd_init,
H A Ddriver_macsec_qca.c1025 .hapd_init = macsec_qca_hapd_init,
H A Ddriver.h2726 * hapd_init - Initialize driver interface (hostapd only)
2734 void * (*hapd_init)(struct hostapd_data *hapd, member in struct:wpa_driver_ops
2739 * @priv: Private driver interface data from hapd_init()
H A Ddriver_hostap.c1180 .hapd_init = hostap_init,
H A Ddriver_macsec_linux.c1621 .hapd_init = macsec_drv_hapd_init,
H A Ddriver_bsd.c1769 .hapd_init = bsd_init,
H A Ddriver_atheros.c2265 .hapd_init = atheros_init,

Completed in 193 milliseconds