Searched refs:Counter (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/eapol_auth/ |
D | eapol_auth_sm_i.h | 21 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/ |
D | wpa_auth_i.h | 207 u8 Counter[WPA_NONCE_LEN]; member
|
D | wpa_auth.c | 669 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/ |
D | wpa_background.sgml | 79 support for more robust encryption algorithm (CCMP: AES in Counter
|
/hostap-latest/hostapd/ |
D | README | 285 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]
|
D | ChangeLog | 561 * changed ANonce to be a random number instead of Counter-based
|
/hostap-latest/wpa_supplicant/ |
D | README | 248 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
|