Home
last modified time | relevance | path

Searched refs:hapd_init (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/drivers/
HDdriver_none.c73 .hapd_init = none_driver_hapd_init,
HDdriver_wired.c399 .hapd_init = wired_driver_hapd_init,
HDdriver_macsec_qca.c1047 .hapd_init = macsec_qca_hapd_init,
HDdriver_hostap.c1186 .hapd_init = hostap_init,
HDdriver_macsec_linux.c1689 .hapd_init = macsec_drv_hapd_init,
HDdriver_bsd.c1831 .hapd_init = bsd_init,
HDdriver.h3545 void * (*hapd_init)(struct hostapd_data *hapd, member
HDdriver_atheros.c2253 .hapd_init = atheros_init,
HDdriver_nl80211.c14035 .hapd_init = i802_init,
/freebsd-14-stable/contrib/wpa/hostapd/
HDmain.c165 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init()
257 hapd->drv_priv = hapd->driver->hapd_init(hapd, &params); in hostapd_driver_init()