Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h59 u8 alt_replay_counter[WPA_REPLAY_COUNTER_LEN];
70 u8 counter[WPA_REPLAY_COUNTER_LEN];
100 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
H A Dwpa_auth.c770 WPA_REPLAY_COUNTER_LEN) == 0) in wpa_replay_counter_valid()
785 WPA_REPLAY_COUNTER_LEN) == 0)) in wpa_replay_counter_mark_invalid()
1020 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1084 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_receive()
1118 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1125 WPA_REPLAY_COUNTER_LEN) == 0) { in wpa_receive()
1153 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1293 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1517 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1521 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
[all …]
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h29 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
31 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
H A Dwpa.c224 WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
225 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
543 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
545 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
1425 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
1793 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
1969 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
2106 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
2178 WPA_REPLAY_COUNTER_LEN); in wpa_supp_aead_decrypt()
2369 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
[all …]
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dwpa_common.h17 #define WPA_REPLAY_COUNTER_LEN 8 macro
189 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];