Lines Matching full:anonce
55 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
391 * TPK-Key-Input = SHA-256(min(SNonce, ANonce) || max(SNonce, ANonce))
767 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1035 * FTIE: ANonce=0, SNonce=initiator nonce MIC=0, DataKDs=(RSNIE_I,
1232 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1323 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
2219 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
2389 if (!os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) == 0) {
2390 wpa_printf(MSG_INFO, "TDLS: FTIE ANonce in TPK M3 does "
2391 "not match with FTIE ANonce used in TPK M2");