Searched refs:life_time (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | ptksa_cache.h | 39 u32 life_time, 68 u32 life_time, const struct wpa_ptk *ptk) in ptksa_cache_add() argument
|
D | ptksa_cache.c | 269 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/ |
D | sendra.py | 42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 472 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()
|
D | wpa.h | 91 u32 life_time, const struct wpa_ptk *ptk);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 1359 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/ |
D | wpa_auth.h | 323 u32 life_time, const struct wpa_ptk *ptk);
|
D | wpa_auth_glue.c | 926 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()
|
D | wpa_auth.c | 233 u32 life_time, const struct wpa_ptk *ptk) in wpa_auth_store_ptksa() argument 237 life_time, ptk); in wpa_auth_store_ptksa()
|