Searched refs:ptksa (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/src/common/ |
D | ptksa_cache.c | 18 struct dl_list ptksa; member 24 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa); 27 static void ptksa_cache_free_entry(struct ptksa_cache *ptksa, in ptksa_cache_free_entry() argument 30 ptksa->n_ptksa--; in ptksa_cache_free_entry() 39 struct ptksa_cache *ptksa = eloop_ctx; in ptksa_cache_expire() local 43 if (!ptksa) in ptksa_cache_expire() 48 dl_list_for_each_safe(e, next, &ptksa->ptksa, in ptksa_cache_expire() 59 ptksa_cache_free_entry(ptksa, e); in ptksa_cache_expire() 62 ptksa_cache_set_expiration(ptksa); in ptksa_cache_expire() 66 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa) in ptksa_cache_set_expiration() argument [all …]
|
D | ptksa_cache.h | 36 void ptksa_cache_deinit(struct ptksa_cache *ptksa); 37 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa, 39 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len); 40 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa, 48 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher);
|
/hostap-latest/wpa_supplicant/ |
D | wpas_glue.c | 1404 ptksa_cache_add(wpa_s->ptksa, wpa_s->own_addr, addr, cipher, life_time, in wpa_supplicant_store_ptk() 1450 wpa_s->ptksa = ptksa_cache_init(); in wpa_supplicant_init_wpa() 1451 if (!wpa_s->ptksa) { in wpa_supplicant_init_wpa() 1460 ptksa_cache_deinit(wpa_s->ptksa); in wpa_supplicant_init_wpa() 1461 wpa_s->ptksa = NULL; in wpa_supplicant_init_wpa() 1518 ptksa_cache_deinit(wpa_s->ptksa); in wpa_supplicant_init_wpa() 1519 wpa_s->ptksa = NULL; in wpa_supplicant_init_wpa()
|
D | pasn_supplicant.c | 316 entry = ptksa_cache_get(wpa_s->ptksa, peer_addr, cipher); in wpas_pasn_set_keys_from_cache() 423 ptksa_cache_flush(wpa_s->ptksa, peer->peer_addr, in wpas_pasn_delete_peers() 812 ptksa_cache_add(wpa_s->ptksa, pasn->own_addr, pasn->peer_addr, in wpas_pasn_auth_rx() 942 ptksa_cache_flush(wpa_s->ptksa, peer_addr, WPA_CIPHER_NONE); in wpas_pasn_deauthenticate()
|
D | wpa_supplicant_i.h | 820 struct ptksa_cache *ptksa; member
|
D | wpa_supplicant.c | 593 ptksa_cache_deinit(wpa_s->ptksa); in wpa_supplicant_cleanup() 594 wpa_s->ptksa = NULL; in wpa_supplicant_cleanup()
|
D | ctrl_iface.c | 8867 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpa_supplicant_ctrl_iface_flush() 10832 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpas_ctrl_iface_pmksa_flush() 13542 reply_len = ptksa_cache_list(wpa_s->ptksa, reply, reply_size); in wpa_supplicant_ctrl_iface_process()
|
D | events.c | 4705 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE); in wpa_supplicant_event_disassoc_finish()
|
/hostap-latest/src/ap/ |
D | wpa_auth_glue.c | 1022 ptksa_cache_add(hapd->ptksa, hapd->own_addr, addr, cipher, life_time, in hostapd_store_ptksa() 1031 ptksa_cache_flush(hapd->ptksa, addr, cipher); in hostapd_clear_ptksa() 1801 if (!hapd->ptksa) in hostapd_setup_wpa() 1802 hapd->ptksa = ptksa_cache_init(); in hostapd_setup_wpa() 1803 if (!hapd->ptksa) { in hostapd_setup_wpa() 1847 ptksa_cache_deinit(hapd->ptksa); in hostapd_deinit_wpa() 1848 hapd->ptksa = NULL; in hostapd_deinit_wpa()
|
D | hostapd.h | 422 struct ptksa_cache *ptksa; member
|
D | ieee802_11.c | 2683 entry = ptksa_cache_get(hapd->ptksa, sta_addr, cipher); in pasn_set_keys_from_cache() 2852 ptksa_cache_add(hapd->ptksa, hapd->own_addr, sta->addr, in handle_auth_pasn() 5944 ptksa_cache_flush(hapd->ptksa, mgmt->sa, WPA_CIPHER_NONE); in handle_deauth()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 4579 reply_len = ptksa_cache_list(hapd->ptksa, reply, reply_size); in hostapd_ctrl_iface_receive_process()
|