Searched refs:ptksa_cache_flush (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | ptksa_cache.h | 41 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher); 73 static inline void ptksa_cache_flush(struct ptksa_cache *ptksa, in ptksa_cache_flush() function
|
| H A D | ptksa_cache.c | 228 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush() function 279 ptksa_cache_flush(ptksa, addr, cipher); in ptksa_cache_add()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | pasn_supplicant.c | 1676 ptksa_cache_flush(wpa_s->ptksa, bssid, WPA_CIPHER_NONE); in wpas_pasn_deauthenticate()
|
| H A D | events.c | 3694 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE); in wpa_supplicant_event_disassoc_finish()
|
| H A D | ctrl_iface.c | 8482 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpa_supplicant_ctrl_iface_flush() 10434 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpas_ctrl_iface_pmksa_flush()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wpa_auth_glue.c | 936 ptksa_cache_flush(hapd->ptksa, addr, cipher); in hostapd_clear_ptksa()
|
| H A D | ieee802_11.c | 5922 ptksa_cache_flush(hapd->ptksa, mgmt->sa, WPA_CIPHER_NONE); in handle_deauth()
|