Lines Matching defs:inonce
99 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */
395 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) {
396 nonce[0] = peer->inonce;
400 nonce[1] = peer->inonce;
687 os_memset(peer->inonce, 0, WPA_NONCE_LEN);
768 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1124 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) {
1132 peer->inonce, WPA_NONCE_LEN);
1133 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1233 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1324 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1897 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) {
1901 * same INonce (SNonce in FTIE). However, if the TPK M1 is
1902 * retransmitted with a different INonce, update the RNonce
1906 "TDLS: New TPK M1 INonce - generate new RNonce");
1907 os_memcpy(peer->inonce, ftie->Snonce, WPA_NONCE_LEN);
2211 if (!os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) == 0) {
2395 if (!os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) == 0) {