HomeSort by: relevance | last modified time | path
    Searched refs:ANonce (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 56 u8 ANonce[WPA_NONCE_LEN];
331 const u8 *anonce, const u8 *snonce,
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/drivers/
driver_atheros.c 1082 os_memcpy(mlme.fils_aad.ANonce, params->fils_anonce,
1090 wpa_hexdump(MSG_DEBUG, "FILS: ANonce",
1091 mlme.fils_aad.ANonce, FILS_NONCE_LEN);

Completed in 30 milliseconds