Searched refs:hapd_init (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/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 | 1184 .hapd_init = hostap_init,
|
| H A D | driver_macsec_linux.c | 1622 .hapd_init = macsec_drv_hapd_init,
|
| H A D | driver.h | 3027 void * (*hapd_init)(struct hostapd_data *hapd, member
|
| H A D | driver_bsd.c | 1743 .hapd_init = bsd_init,
|
| H A D | driver_atheros.c | 2252 .hapd_init = atheros_init,
|
| H A D | driver_nl80211.c | 12149 .hapd_init = i802_init,
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | main.c | 161 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init() 207 hapd->drv_priv = hapd->driver->hapd_init(hapd, ¶ms); in hostapd_driver_init()
|