Home
last modified time | relevance | path

Searched refs:replay_ctr (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dd3.h488 __le64 replay_ctr;
496 __le64 replay_ctr;
509 __le64 replay_ctr;
641 * @replay_ctr: GTK rekey replay counter
655 __le64 replay_ctr;
672 * @replay_ctr: GTK rekey replay counter
687 __le64 replay_ctr;
704 * @replay_ctr: GTK rekey replay counter
723 __le64 replay_ctr;
742 * @replay_ctr
486 __le64 replay_ctr; global() member
494 __le64 replay_ctr; global() member
507 __le64 replay_ctr; global() member
652 __le64 replay_ctr; global() member
684 __le64 replay_ctr; global() member
720 __le64 replay_ctr; global() member
758 __le64 replay_ctr; global() member
795 __le64 replay_ctr; global() member
830 __le64 replay_ctr; global() member
[all...]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c37 mvmvif->rekey_data.replay_ctr = in iwl_mvm_set_rekey_data()
38 cpu_to_le64(be64_to_cpup((const __be64 *)data->replay_ctr)); in iwl_mvm_set_rekey_data()
1096 kek_kck_cmd.replay_ctr = mvmvif->rekey_data.replay_ctr; in iwl_mvm_wowlan_config_key_params()
1420 u64 replay_ctr; member
2328 __be64 replay_ctr = cpu_to_be64(status->replay_ctr); in iwl_mvm_setup_connection_keep() local
2352 (void *)&replay_ctr, GFP_KERNEL); in iwl_mvm_setup_connection_keep()
2507 status->replay_ctr = le64_to_cpu(data->replay_ctr); in iwl_mvm_parse_wowlan_info_notif()
2553 status->replay_ctr = le64_to_cpu(data->replay_ctr); in iwl_mvm_parse_wowlan_info_notif_v2()
2591 status->replay_ctr = le64_to_cpu(data->replay_ctr); \
H A Dmvm.h524 __le64 replay_ctr;
403 __le64 replay_ctr; global() member
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.h92 const u8 *replay_ctr);
250 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr);
444 const u8 *replay_ctr) in wpa_sm_update_replay_ctr() argument
H A Dwpa.c5253 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) in wpa_sm_update_replay_ctr() argument
5255 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c8950 u64 replay_ctr; in ath11k_wmi_gtk_offload_status_event() local
8978 NULL, ev->replay_ctr.counter, GTK_REPLAY_COUNTER_BYTES); in ath11k_wmi_gtk_offload_status_event()
8980 replay_ctr = ev->replay_ctr.word1; in ath11k_wmi_gtk_offload_status_event()
8981 replay_ctr = (replay_ctr << 32) | ev->replay_ctr.word0; in ath11k_wmi_gtk_offload_status_event()
8982 arvif->rekey_data.replay_ctr = replay_ctr; in ath11k_wmi_gtk_offload_status_event()
8985 replay_ctr_be = cpu_to_be64(replay_ctr); in ath11k_wmi_gtk_offload_status_event()
9981 __le64 replay_ctr; in ath11k_wmi_gtk_rekey_offload() local
10003 replay_ctr = cpu_to_le64(rekey_data->replay_ctr); in ath11k_wmi_gtk_rekey_offload()
10004 memcpy(cmd->replay_ctr, &replay_ctr, in ath11k_wmi_gtk_rekey_offload()
10005 sizeof(replay_ctr)); in ath11k_wmi_gtk_rekey_offload()
[all …]
H A Dcore.h331 u64 replay_ctr; member
H A Dwmi.h6245 struct wmi_replayc_cnt replay_ctr; member
6262 u8 replay_ctr[GTK_REPLAY_COUNTER_BYTES]; member
H A Dmac.c8805 rekey_data->replay_ctr = get_unaligned_be64(data->replay_ctr); in ath11k_mac_op_set_rekey_data()
8814 &rekey_data->replay_ctr, sizeof(rekey_data->replay_ctr)); in ath11k_mac_op_set_rekey_data()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h614 const u8 *replay_ctr) in wpa_drv_set_rekey_info() argument
619 kck, kck_len, replay_ctr); in wpa_drv_set_rekey_info()
H A Dwpas_glue.c1241 const u8 *replay_ctr) in wpa_supplicant_set_rekey_offload() argument
1245 wpa_drv_set_rekey_info(wpa_s, kek, kek_len, kck, kck_len, replay_ctr); in wpa_supplicant_set_rekey_offload()
H A Devents.c6763 data->driver_gtk_rekey.replay_ctr); in wpa_supplicant_event()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h4399 const u8 *replay_ctr);
6557 const u8 *replay_ctr; member
H A Ddriver_nl80211_event.c2304 data.driver_gtk_rekey.replay_ctr = in nl80211_rekey_offload_event()
2307 data.driver_gtk_rekey.replay_ctr, NL80211_REPLAY_CTR_LEN); in nl80211_rekey_offload_event()
H A Ddriver_nl80211.c10283 const u8 *replay_ctr) in nl80211_set_rekey_info() argument
10300 replay_ctr)) { in nl80211_set_rekey_info()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h1561 u8 replay_ctr[NL80211_REPLAY_CTR_LEN]; member
H A Dmt76_connac_mcu.c2427 memcpy(gtk_tlv->replay_ctr, key->replay_ctr, NL80211_REPLAY_CTR_LEN); in mt76_connac_mcu_update_gtk_rekey()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1093 const uint8_t *kck, *kek, *replay_ctr; member
H A Dmac80211.h2444 const uint8_t *replay_ctr, gfp_t gfp) in ieee80211_gtk_rekey_notify() argument