Home
last modified time | relevance | path

Searched refs:Counter (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/src/eapol_auth/
Deapol_auth_sm_i.h21 typedef unsigned int Counter; typedef
80 Counter authEntersConnecting;
81 Counter authEapLogoffsWhileConnecting;
82 Counter authEntersAuthenticating;
83 Counter authAuthSuccessesWhileAuthenticating;
84 Counter authAuthTimeoutsWhileAuthenticating;
85 Counter authAuthFailWhileAuthenticating;
86 Counter authAuthEapStartsWhileAuthenticating;
87 Counter authAuthEapLogoffWhileAuthenticating;
88 Counter authAuthReauthsWhileAuthenticated;
[all …]
/hostap-latest/src/ap/
Dwpa_auth_i.h207 u8 Counter[WPA_NONCE_LEN]; member
Dwpa_auth.c669 group->Counter, WPA_NONCE_LEN) < 0) in wpa_group_init_gmk_and_counter()
672 group->Counter, WPA_NONCE_LEN); in wpa_group_init_gmk_and_counter()
2134 sm->group->Counter + WPA_NONCE_LEN - 16, 16);
2135 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN);
5553 os_memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN);
5554 inc_byte_array(group->Counter, WPA_NONCE_LEN);
5564 os_memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN);
5565 inc_byte_array(group->Counter, WPA_NONCE_LEN);
5588 os_memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN);
5589 inc_byte_array(group->Counter, WPA_NONCE_LEN);
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_background.sgml79 support for more robust encryption algorithm (CCMP: AES in Counter
/hostap-latest/hostapd/
DREADME285 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
326 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i]
DChangeLog561 * changed ANonce to be a random number instead of Counter-based
/hostap-latest/wpa_supplicant/
DREADME248 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)