Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h62 #define WPA_REPLAY_COUNTER_LEN 8 macro
71 uint8_t replay_counter[WPA_REPLAY_COUNTER_LEN];
185 uint8_t request_counter[WPA_REPLAY_COUNTER_LEN];
186 uint8_t rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
H A Dwpa.c852 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_key_request()
853 inc_byte_array(wpa_s->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_key_request()
956 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_process_1_of_4()
1227 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_process_3_of_4()
1508 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_process_1_of_2()
1571 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1711 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
H A Dwpa_supplicant.c523 WPA_REPLAY_COUNTER_LEN); in wpa_event_handler()