Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_none.c74 .hapd_deinit = none_driver_hapd_deinit,
H A Ddriver_wired.c400 .hapd_deinit = wired_driver_hapd_deinit,
H A Ddriver_macsec_qca.c1048 .hapd_deinit = macsec_qca_hapd_deinit,
H A Ddriver_hostap.c1187 .hapd_deinit = hostap_driver_deinit,
H A Ddriver_macsec_linux.c1690 .hapd_deinit = macsec_drv_hapd_deinit,
H A Ddriver.h3552 void (*hapd_deinit)(void *priv); member
H A Ddriver_bsd.c1862 .hapd_deinit = bsd_deinit,
H A Ddriver_atheros.c2254 .hapd_deinit = atheros_deinit,
H A Ddriver_nl80211.c14036 .hapd_deinit = i802_deinit,
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c3393 if (!driver || !driver->hapd_deinit || !drv_priv) in hostapd_cleanup_driver()
3402 driver->hapd_deinit(drv_priv); in hostapd_cleanup_driver()
3406 driver->hapd_deinit(drv_priv); in hostapd_cleanup_driver()
3415 driver->hapd_deinit(drv_priv); in hostapd_cleanup_driver()
3453 if (driver && driver->hapd_deinit && drv_priv) { in hostapd_deinit_driver()