Home
last modified time | relevance | path

Searched refs:hapd_deinit (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_none.c81 .hapd_deinit = none_driver_hapd_deinit,
Ddriver_wired.c673 .hapd_deinit = wired_driver_hapd_deinit,
Ddriver_hostap.c1181 .hapd_deinit = hostap_driver_deinit,
Ddriver.h2115 void (*hapd_deinit)(void *priv); member
Ddriver_bsd.c1617 .hapd_deinit = bsd_deinit,
Ddriver_atheros.c2125 .hapd_deinit = atheros_deinit,
Ddriver_nl80211.c8459 .hapd_deinit = i802_deinit,
/external/wpa_supplicant_8/src/ap/
Dhostapd.c1878 if (driver && driver->hapd_deinit && drv_priv) { in hostapd_interface_deinit_free()
1879 driver->hapd_deinit(drv_priv); in hostapd_interface_deinit_free()
1894 if (driver && driver->hapd_deinit && drv_priv) { in hostapd_deinit_driver()
1895 driver->hapd_deinit(drv_priv); in hostapd_deinit_driver()