HomeSort by relevance Sort by last modified time
    Searched refs:orig_authenticator (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
radius.c 585 u8 orig_authenticator[16]; local
608 os_memcpy(orig_authenticator, msg->hdr->authenticator,
609 sizeof(orig_authenticator));
616 os_memcpy(msg->hdr->authenticator, orig_authenticator,
617 sizeof(orig_authenticator));
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 589 u8 orig_authenticator[16]; local
613 os_memcpy(orig_authenticator, msg->hdr->authenticator,
614 sizeof(orig_authenticator));
621 os_memcpy(msg->hdr->authenticator, orig_authenticator,
622 sizeof(orig_authenticator));

Completed in 190 milliseconds