Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:inonce

100 	u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */
403 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) {
404 nonce[0] = peer->inonce;
408 nonce[1] = peer->inonce;
702 os_memset(peer->inonce, 0, WPA_NONCE_LEN);
790 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1155 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) {
1163 peer->inonce, WPA_NONCE_LEN);
1164 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1264 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1356 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
2007 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) {
2011 * same INonce (SNonce in FTIE). However, if the TPK M1 is
2012 * retransmitted with a different INonce, update the RNonce
2016 "TDLS: New TPK M1 INonce - generate new RNonce");
2017 os_memcpy(peer->inonce, ftie->Snonce, WPA_NONCE_LEN);
2342 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) {
2527 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) {