Home
last modified time | relevance | path

Searched refs:WPA_REPLAY_COUNTER_LEN (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h36 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
38 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa.c330 WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
331 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
623 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
1247 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
1615 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
1739 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1743 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1837 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
1998 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
2224 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h70 u8 counter[WPA_REPLAY_COUNTER_LEN];
96 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa_auth.c536 WPA_REPLAY_COUNTER_LEN) == 0) in wpa_replay_counter_valid()
550 WPA_REPLAY_COUNTER_LEN) == 0)) in wpa_replay_counter_mark_invalid()
681 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
728 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_receive()
767 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
770 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
880 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1088 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1090 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1092 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h21 #define WPA_REPLAY_COUNTER_LEN 8 macro
165 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
180 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];