Searched refs:ptksa_cache_flush (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/wpa/src/common/ |
| H A D | ptksa_cache.c | 249 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush() function 310 ptksa_cache_flush(ptksa, addr, cipher); in ptksa_cache_add() 402 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush() function
|
| H A D | ptksa_cache.h | 50 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher);
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | pasn_supplicant.c | 668 ptksa_cache_flush(wpa_s->ptksa, peer->peer_addr, in wpas_pasn_delete_peers() 1615 ptksa_cache_flush(wpa_s->ptksa, peer_addr, WPA_CIPHER_NONE); in wpas_pasn_deauthenticate()
|
| H A D | sme.c | 4739 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, in sme_associate() 4812 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE); in sme_deauth()
|
| H A D | events.c | 399 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE); in wpa_supplicant_mark_disassoc() 5198 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE); in wpa_supplicant_event_disassoc_finish()
|
| H A D | ctrl_iface.c | 9096 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpa_supplicant_ctrl_iface_flush() 11098 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpas_ctrl_iface_pmksa_flush()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | wpa_auth_glue.c | 1157 ptksa_cache_flush(hapd->ptksa, addr, cipher); in hostapd_clear_ptksa()
|
| H A D | ieee802_11.c | 7836 ptksa_cache_flush(hapd->ptksa, mgmt->sa, WPA_CIPHER_NONE); in handle_deauth()
|