Searched refs:rx_replay_counter (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 34 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN]; member 358 sm->rx_replay_counter); in wpa_sm_set_rekey_offload()
|
D | wpa.h | 214 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter); 404 const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument
|
D | wpa.c | 2234 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supplicant_verify_eapol_key_mic() 2443 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supp_aead_decrypt() 2632 os_memcmp(key->replay_counter, sm->rx_replay_counter, in wpa_sm_rx_eapol() 2986 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc() 3859 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr() 3890 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_brcm_ft_reassoc() 3987 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument 3989 if (rx_replay_counter == NULL) in wpa_sm_set_rx_replay_ctr() 3992 os_memcpy(sm->rx_replay_counter, rx_replay_counter, in wpa_sm_set_rx_replay_ctr()
|