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 | 1047 .hapd_init = macsec_qca_hapd_init,
|
D | driver_hostap.c | 1189 .hapd_init = hostap_init,
|
D | driver_macsec_linux.c | 1691 .hapd_init = macsec_drv_hapd_init,
|
D | driver_bsd.c | 1745 .hapd_init = bsd_init,
|
D | driver.h | 3663 void * (*hapd_init)(struct hostapd_data *hapd, member
|
D | driver_atheros.c | 2237 .hapd_init = atheros_init,
|
D | driver_nl80211.c | 14914 .hapd_init = i802_init,
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 168 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init() 298 hapd->drv_priv = hapd->driver->hapd_init(hapd, ¶ms); in hostapd_driver_init()
|