Searched refs:rx_replay_counter (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.h | 159 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter); 320 const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument
|
D | wpa_i.h | 31 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN]; member 266 sm->rx_replay_counter); in wpa_sm_set_rekey_offload()
|
D | wpa.c | 1613 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supplicant_verify_eapol_key_mic() 1982 os_memcmp(key->replay_counter, sm->rx_replay_counter, in wpa_sm_rx_eapol() 2318 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc() 2898 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr() 3020 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument 3022 if (rx_replay_counter == NULL) in wpa_sm_set_rx_replay_ctr() 3025 os_memcpy(sm->rx_replay_counter, rx_replay_counter, in wpa_sm_set_rx_replay_ctr()
|