Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:WPA_NONCE_LEN

54 	u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
55 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
96 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */
97 u8 rnonce[WPA_NONCE_LEN]; /* Responder Nonce */
378 len[0] = WPA_NONCE_LEN;
379 len[1] = WPA_NONCE_LEN;
380 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) {
387 wpa_hexdump(MSG_DEBUG, "TDLS: min(Nonce)", nonce[0], WPA_NONCE_LEN);
388 wpa_hexdump(MSG_DEBUG, "TDLS: max(Nonce)", nonce[1], WPA_NONCE_LEN);
640 os_memset(peer->inonce, 0, WPA_NONCE_LEN);
641 os_memset(peer->rnonce, 0, WPA_NONCE_LEN);
711 os_memcpy(ftie->Anonce, peer->rnonce, 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);
1140 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1141 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1224 os_memcpy(ftie->Anonce, peer->rnonce, 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) {
1681 os_memcpy(peer->inonce, ftie->Snonce, WPA_NONCE_LEN);
1682 if (os_get_random(peer->rnonce, WPA_NONCE_LEN)) {
1976 if (!os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) == 0) {
1984 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
2137 if (!os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) == 0) {
2143 if (!os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) == 0) {