Searched refs:hapd_init (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_none.c | 73 .hapd_init = none_driver_hapd_init,
|
D | driver_wired.c | 399 .hapd_init = wired_driver_hapd_init,
|
D | driver_macsec_qca.c | 1025 .hapd_init = macsec_qca_hapd_init,
|
D | driver_hostap.c | 1184 .hapd_init = hostap_init,
|
D | driver_macsec_linux.c | 1622 .hapd_init = macsec_drv_hapd_init,
|
D | driver.h | 3016 void * (*hapd_init)(struct hostapd_data *hapd, member
|
D | driver_bsd.c | 1739 .hapd_init = bsd_init,
|
D | driver_atheros.c | 2252 .hapd_init = atheros_init,
|
D | driver_nl80211.c | 12131 .hapd_init = i802_init,
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 163 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init() 209 hapd->drv_priv = hapd->driver->hapd_init(hapd, ¶ms); in hostapd_driver_init()
|