Searched refs:rx_replay_counter (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/rsn_supp/ |
D | wpa_i.h | 35 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN]; member 377 sm->rx_replay_counter); in wpa_sm_set_rekey_offload()
|
D | wpa.h | 270 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter); 507 const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument
|
D | wpa.c | 3501 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supplicant_verify_eapol_key_mic() 3720 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supp_aead_decrypt() 3923 os_memcmp(key->replay_counter, sm->rx_replay_counter, in wpa_sm_rx_eapol() 4443 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc() 5624 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr() 5718 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument 5720 if (rx_replay_counter == NULL) in wpa_sm_set_rx_replay_ctr() 5723 os_memcpy(sm->rx_replay_counter, rx_replay_counter, in wpa_sm_set_rx_replay_ctr()
|