Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.c279 u32 life_time, in ptksa_cache_add() argument
289 if (!ptksa || !ptk || !addr || !life_time || cipher == WPA_CIPHER_NONE) in ptksa_cache_add()
316 entry->expiration = now.sec + life_time; in ptksa_cache_add()
376 u32 cipher, u32 life_time, const struct wpa_ptk *ptk, in ptksa_cache_add() argument
H A Dptksa_cache.h43 u32 life_time,
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c833 u32 life_time; in pmksa_cache_reconfig() local
840 life_time = entry->expiration - now.sec; in pmksa_cache_reconfig()
842 life_time; in pmksa_cache_reconfig()
850 entry->pmk, entry->pmk_len, life_time, in pmksa_cache_reconfig()
H A Dwpa_i.h494 u32 life_time, struct wpa_ptk *ptk) in wpa_sm_store_ptk() argument
497 sm->ctx->store_ptk(sm->ctx->ctx, addr, cipher, life_time, in wpa_sm_store_ptk()
H A Dwpa.h99 u32 life_time, const struct wpa_ptk *ptk);
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h325 u32 life_time, const struct wpa_ptk *ptk);
H A Dwpa_auth.h368 u32 life_time, const struct wpa_ptk *ptk);
H A Dwpa_auth_glue.c970 u32 life_time, const struct wpa_ptk *ptk) in hostapd_store_ptksa() argument
974 ptksa_cache_add(hapd->ptksa, hapd->own_addr, addr, cipher, life_time, in hostapd_store_ptksa()
H A Dwpa_auth.c392 u32 life_time, const struct wpa_ptk *ptk) in wpa_auth_store_ptksa() argument
396 life_time, ptk); in wpa_auth_store_ptksa()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h199 * @life_time: frame life time (usecs??)
240 __le32 life_time;
238 __le32 life_time; global() member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1384 u32 life_time, const struct wpa_ptk *ptk) in wpa_supplicant_store_ptk() argument
1388 ptksa_cache_add(wpa_s->ptksa, wpa_s->own_addr, addr, cipher, life_time, in wpa_supplicant_store_ptk()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c1006 tx->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_mac_ctxt_set_tx()
H A Dtx.c241 tx_cmd->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_set_tx_cmd()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h4963 * @life_time: frame life time (usecs??)
5003 uint32_t life_time;
4999 uint32_t life_time; global() member
H A Dif_iwm.c3841 tx->life_time = htole32(IWM_TX_CMD_LIFE_TIME_INFINITE); in iwm_tx()