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.c674 .hapd_deinit = wired_driver_hapd_deinit,
Ddriver.h2220 void (*hapd_deinit)(void *priv); member
Ddriver_hostap.c1174 .hapd_deinit = hostap_driver_deinit,
Ddriver_bsd.c1725 .hapd_deinit = bsd_deinit,
Ddriver_atheros.c2137 .hapd_deinit = atheros_deinit,
Ddriver_nl80211.c9090 .hapd_deinit = i802_deinit,
/external/wpa_supplicant_8/src/ap/
Dhostapd.c2145 if (driver && driver->hapd_deinit && drv_priv) { in hostapd_interface_deinit_free()
2146 driver->hapd_deinit(drv_priv); in hostapd_interface_deinit_free()
2161 if (driver && driver->hapd_deinit && drv_priv) { in hostapd_deinit_driver()
2162 driver->hapd_deinit(drv_priv); in hostapd_deinit_driver()