Home
last modified time | relevance | path

Searched refs:clear_ptksa (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h369 void (*clear_ptksa)(void *ctx, const u8 *addr, int cipher); member
H A Dwpa_auth_glue.c1630 .clear_ptksa = hostapd_clear_ptksa, in hostapd_setup_wpa()
H A Dwpa_auth.c403 if (wpa_auth->cb->clear_ptksa) in wpa_auth_remove_ptksa()
404 wpa_auth->cb->clear_ptksa(wpa_auth->cb_ctx, addr, cipher); in wpa_auth_remove_ptksa()