Home | History | Annotate | Download | only in ap

Lines Matching refs:WPA_NONCE_LEN

109 		os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN);
111 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
825 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN);
871 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) {
878 sm->SNonce, WPA_NONCE_LEN);
880 sm->ANonce, WPA_NONCE_LEN);
1018 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) {
1021 ftie->snonce, WPA_NONCE_LEN);
1023 sm->SNonce, WPA_NONCE_LEN);
1027 if (os_memcmp(ftie->anonce, sm->ANonce, WPA_NONCE_LEN) != 0) {
1030 ftie->anonce, WPA_NONCE_LEN);
1032 sm->ANonce, WPA_NONCE_LEN);