Searched refs:ptksa_cache_flush (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/wpa/src/common/
H A Dptksa_cache.h41 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher);
73 static inline void ptksa_cache_flush(struct ptksa_cache *ptksa, function
H A Dptksa_cache.c222 * ptksa_cache_flush - Flush PTKSA cache entries
228 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) function
279 ptksa_cache_flush(ptksa, addr, cipher);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c1676 ptksa_cache_flush(wpa_s->ptksa, bssid, WPA_CIPHER_NONE);
H A Dctrl_iface.c8482 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE);
10434 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE);
H A Devents.c3694 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE);
/freebsd-current/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c936 ptksa_cache_flush(hapd->ptksa, addr, cipher);
H A Dieee802_11.c5922 ptksa_cache_flush(hapd->ptksa, mgmt->sa, WPA_CIPHER_NONE);

Completed in 356 milliseconds