Lines Matching full:anonce
58 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
342 * TPK-Key-Input = SHA-256(min(SNonce, ANonce) || max(SNonce, ANonce))
669 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
824 * FTIE: ANonce=0, SNonce=initiator nonce MIC=0, DataKDs=(RSNIE_I,
1020 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1103 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1617 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
1753 if (!os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) == 0) {
1754 wpa_printf(MSG_INFO, "TDLS: FTIE ANonce in TPK M3 does "
1755 "not match with FTIE ANonce used in TPK M2");