Home
last modified time | relevance | path

Searched refs:ptksa_cache_add (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dptksa_cache.h37 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa,
67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, in ptksa_cache_add() function
Dptksa_cache.c267 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa, in ptksa_cache_add() function
/external/wpa_supplicant_8/wpa_supplicant/
Dpasn_supplicant.c1423 ptksa_cache_add(wpa_s->ptksa, pasn->bssid, pasn->cipher, in wpas_pasn_auth_rx()
Dwpas_glue.c1363 ptksa_cache_add(wpa_s->ptksa, addr, cipher, life_time, ptk); in wpa_supplicant_store_ptk()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c930 ptksa_cache_add(hapd->ptksa, addr, cipher, life_time, ptk); in hostapd_store_ptksa()
Dieee802_11.c3353 ptksa_cache_add(hapd->ptksa, sta->addr, sta->pasn->cipher, 43200, in handle_auth_pasn_3()