Home
last modified time | relevance | path

Searched refs:life_time (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dptksa_cache.h39 u32 life_time,
68 u32 life_time, const struct wpa_ptk *ptk) in ptksa_cache_add() argument
Dptksa_cache.c269 u32 life_time, in ptksa_cache_add() argument
275 if (!ptksa || !ptk || !addr || !life_time || cipher == WPA_CIPHER_NONE) in ptksa_cache_add()
296 entry->expiration = now.sec + life_time; in ptksa_cache_add()
/external/autotest/server/cros/packet_generation/
Dsendra.py42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h472 u32 life_time, struct wpa_ptk *ptk) in wpa_sm_store_ptk() argument
475 sm->ctx->store_ptk(sm->ctx->ctx, addr, cipher, life_time, in wpa_sm_store_ptk()
Dwpa.h91 u32 life_time, const struct wpa_ptk *ptk);
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1359 u32 life_time, const struct wpa_ptk *ptk) in wpa_supplicant_store_ptk() argument
1363 ptksa_cache_add(wpa_s->ptksa, addr, cipher, life_time, ptk); in wpa_supplicant_store_ptk()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h323 u32 life_time, const struct wpa_ptk *ptk);
Dwpa_auth_glue.c926 u32 life_time, const struct wpa_ptk *ptk) in hostapd_store_ptksa() argument
930 ptksa_cache_add(hapd->ptksa, addr, cipher, life_time, ptk); in hostapd_store_ptksa()
Dwpa_auth.c233 u32 life_time, const struct wpa_ptk *ptk) in wpa_auth_store_ptksa() argument
237 life_time, ptk); in wpa_auth_store_ptksa()