Searched refs:rx_replay_counter (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 30 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN]; member 260 sm->rx_replay_counter); in wpa_sm_set_rekey_offload()
|
D | wpa.h | 158 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter); 318 const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument
|
D | wpa.c | 1543 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supplicant_verify_eapol_key_mic() 1906 os_memcmp(key->replay_counter, sm->rx_replay_counter, in wpa_sm_rx_eapol() 2239 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc() 2805 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr() 2927 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument 2929 if (rx_replay_counter == NULL) in wpa_sm_set_rx_replay_ctr() 2932 os_memcpy(sm->rx_replay_counter, rx_replay_counter, in wpa_sm_set_rx_replay_ctr()
|