Searched refs:hapd_init (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_none.c | 87 .hapd_init = none_driver_hapd_init,
|
D | driver_wired.c | 615 .hapd_init = wired_driver_hapd_init,
|
D | driver.h | 1557 void * (*hapd_init)(struct hostapd_data *hapd, member
|
D | driver_hostap.c | 1171 .hapd_init = hostap_init,
|
D | driver_madwifi.c | 1294 .hapd_init = madwifi_init,
|
D | driver_bsd.c | 1550 .hapd_init = bsd_init,
|
D | driver_atheros.c | 2121 .hapd_init = atheros_init,
|
D | driver_test.c | 3280 .hapd_init = test_driver_init,
|
D | driver_nl80211.c | 9210 .hapd_init = i802_init,
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 216 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init() 263 hapd->drv_priv = hapd->driver->hapd_init(hapd, ¶ms); in hostapd_driver_init()
|