Searched refs:orig_authenticator (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c534 u8 orig_authenticator[16]; local
572 os_memcpy(orig_authenticator, msg->hdr->authenticator,
573 sizeof(orig_authenticator));
579 os_memcpy(msg->hdr->authenticator, orig_authenticator,
580 sizeof(orig_authenticator));
779 u8 orig_authenticator[16]; local
802 os_memcpy(orig_authenticator, msg->hdr->authenticator,
803 sizeof(orig_authenticator));
811 os_memcpy(msg->hdr->authenticator, orig_authenticator,
812 sizeof(orig_authenticator));
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c534 u8 orig_authenticator[16]; local
572 os_memcpy(orig_authenticator, msg->hdr->authenticator,
573 sizeof(orig_authenticator));
579 os_memcpy(msg->hdr->authenticator, orig_authenticator,
580 sizeof(orig_authenticator));
779 u8 orig_authenticator[16]; local
802 os_memcpy(orig_authenticator, msg->hdr->authenticator,
803 sizeof(orig_authenticator));
811 os_memcpy(msg->hdr->authenticator, orig_authenticator,
812 sizeof(orig_authenticator));
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c534 u8 orig_authenticator[16]; local
572 os_memcpy(orig_authenticator, msg->hdr->authenticator,
573 sizeof(orig_authenticator));
579 os_memcpy(msg->hdr->authenticator, orig_authenticator,
580 sizeof(orig_authenticator));
779 u8 orig_authenticator[16]; local
802 os_memcpy(orig_authenticator, msg->hdr->authenticator,
803 sizeof(orig_authenticator));
811 os_memcpy(msg->hdr->authenticator, orig_authenticator,
812 sizeof(orig_authenticator));
[all...]

Completed in 152 milliseconds