Lines Matching refs:inonce
96 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */
380 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) {
381 nonce[0] = peer->inonce;
385 nonce[1] = peer->inonce;
640 os_memset(peer->inonce, 0, WPA_NONCE_LEN);
712 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1032 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) {
1040 peer->inonce, WPA_NONCE_LEN);
1041 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1141 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1225 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1671 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) {
1675 * same INonce (SNonce in FTIE). However, if the TPK M1 is
1676 * retransmitted with a different INonce, update the RNonce
1680 "TDLS: New TPK M1 INonce - generate new RNonce");
1681 os_memcpy(peer->inonce, ftie->Snonce, WPA_NONCE_LEN);
1976 if (!os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) == 0) {
2143 if (!os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) == 0) {