/freebsd/contrib/wpa/src/common/ |
H A D | ptksa_cache.c | 279 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 D | ptksa_cache.h | 43 u32 life_time,
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.c | 833 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 D | wpa_i.h | 494 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 D | wpa.h | 99 u32 life_time, const struct wpa_ptk *ptk);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 325 u32 life_time, const struct wpa_ptk *ptk);
|
H A D | wpa_auth.h | 368 u32 life_time, const struct wpa_ptk *ptk);
|
H A D | wpa_auth_glue.c | 970 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 D | wpa_auth.c | 392 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 D | tx.h | 199 * @life_time: frame life time (usecs??) 240 __le32 life_time; 238 __le32 life_time; global() member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_glue.c | 1384 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 D | mac-ctxt.c | 1006 tx->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_mac_ctxt_set_tx()
|
H A D | tx.c | 241 tx_cmd->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_set_tx_cmd()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 4963 * @life_time: frame life time (usecs??) 5003 uint32_t life_time; 4999 uint32_t life_time; global() member
|
H A D | if_iwm.c | 3841 tx->life_time = htole32(IWM_TX_CMD_LIFE_TIME_INFINITE); in iwm_tx()
|