Home | History | Annotate | Download | only in rsn_supp

Lines Matching full:anonce

54 	u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
376 * TPK-Key-Input = SHA-256(min(SNonce, ANonce) || max(SNonce, ANonce))
711 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
943 * FTIE: ANonce=0, SNonce=initiator nonce MIC=0, DataKDs=(RSNIE_I,
1140 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1224 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1984 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
2137 if (!os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) == 0) {
2138 wpa_printf(MSG_INFO, "TDLS: FTIE ANonce in TPK M3 does "
2139 "not match with FTIE ANonce used in TPK M2");