Searched refs:hapd_init (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_none.c | 73 .hapd_init = none_driver_hapd_init,
|
H A D | driver_wired.c | 399 .hapd_init = wired_driver_hapd_init,
|
H A D | driver_macsec_qca.c | 1047 .hapd_init = macsec_qca_hapd_init,
|
H A D | driver_hostap.c | 1186 .hapd_init = hostap_init,
|
H A D | driver_macsec_linux.c | 1689 .hapd_init = macsec_drv_hapd_init,
|
H A D | driver.h | 3545 void * (*hapd_init)(struct hostapd_data *hapd, member
|
H A D | driver_bsd.c | 1839 .hapd_init = bsd_init,
|
H A D | driver_atheros.c | 2253 .hapd_init = atheros_init,
|
H A D | driver_nl80211.c | 14035 .hapd_init = i802_init,
|
/freebsd/contrib/wpa/hostapd/ |
H A D | main.c | 165 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init() 257 hapd->drv_priv = hapd->driver->hapd_init(hapd, ¶ms); in hostapd_driver_init()
|