| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_11_auth.c | 50 u8 *anonce; member in struct:hostapd_acl_query_data 108 os_free(query->anonce); 175 if (query->anonce && 179 query->anonce, WPA_NONCE_LEN)) { 180 wpa_printf(MSG_DEBUG, "Could not add FreeRADIUS-802.1X-Anonce"); 722 int key_mgmt, const u8 *anonce, 735 if (anonce) 736 query->anonce = os_memdup(anonce, WPA_NONCE_LEN);
|
| wpa_auth.c | 2552 * Definition of ANonce selection in IEEE Std 802.11i-2004 is somewhat 2560 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { 2562 "WPA: Failed to get random data for ANonce."); 2566 wpa_hexdump(MSG_DEBUG, "WPA: Assign ANonce", sm->ANonce, 2578 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { 2580 "WPA: Failed to get random data for ANonce"); 2584 wpa_hexdump(MSG_DEBUG, "WPA: Assign new ANonce", sm->ANonce, 2854 sm->ANonce, kde_len ? buf : NULL, kde_len, 0, 0) 6848 const u8 *anonce = sm->ANonce; local [all...] |
| wpa_auth_ft.c | 814 const u8 *anonce, const u8 *snonce, 851 if (anonce) 852 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN); 864 if (anonce) 865 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN); 875 if (anonce) 876 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN) 2573 u8 *anonce, *snonce; local [all...] |
| /src/external/bsd/wpa/dist/src/pasn/ |
| pasn_initiator.c | 307 u8 anonce[FILS_NONCE_LEN]; local 376 wpa_hexdump(MSG_DEBUG, "PASN: FILS: ANonce", elems.fils_nonce, 378 os_memcpy(anonce, elems.fils_nonce, FILS_NONCE_LEN); 423 pasn->fils.nonce, anonce, NULL, 0,
|
| pasn_common.h | 28 u8 anonce[FILS_NONCE_LEN]; member in struct:pasn_fils
|
| /src/external/bsd/wpa/dist/src/common/ |
| common_module_tests.c | 696 const u8 anonce[] = { local 731 spa, aa, snonce, anonce,
|
| wpa_common.h | 410 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie 418 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie_sha384 426 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie_sha512 471 const u8 *snonce, const u8 *anonce, const u8 *dh_ss, 476 const u8 *snonce, const u8 *anonce, const u8 *dhss, 481 const u8 *anonce, const u8 *sta_addr, const u8 *bssid, 510 const u8 *anonce, const u8 *sta_addr, const u8 *bssid,
|
| /src/external/bsd/wpa/dist/src/rsn_supp/ |
| wpa_ft.c | 41 const u8 *anonce = key->key_nonce; local 84 anonce, sm->own_addr, wpa_sm_get_auth_addr(sm), 193 * @anonce: ANonce or %NULL if not yet available 207 const u8 *anonce, const u8 *pmk_name, 345 rsnxe_used = wpa_key_mgmt_sae(sm->key_mgmt) && anonce && 349 if (anonce && sm->ft_rsnxe_used) { 367 if (anonce) 368 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN) [all...] |
| wpa_i.h | 33 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member in struct:wpa_sm
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| sme.c | 2249 const u8 *snonce, *anonce; local 2274 &anonce, 2322 os_memcpy(nonces + FILS_NONCE_LEN, anonce, FILS_NONCE_LEN);
|