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

  /external/wpa_supplicant_8/src/wps/
wps_validate.c 595 static int wps_validate_registrar_nonce(const u8 *registrar_nonce,
598 if (registrar_nonce == NULL) {
1358 wps_validate_registrar_nonce(attr.registrar_nonce, 1) ||
    [all...]
wps_enrollee.c 868 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) ||
    [all...]
wps_i.h 126 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */ member in struct:wps_parse_attr
wps_registrar.c     [all...]
wps_attr_parse.c 166 attr->registrar_nonce = pos;
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_enrollee.c 752 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) ||
1075 if (attr.registrar_nonce == NULL ||
1076 os_memcmp(wps->nonce_r, attr.registrar_nonce, WPS_NONCE_LEN != 0))
1127 if (attr.registrar_nonce == NULL ||
1128 os_memcmp(wps->nonce_r, attr.registrar_nonce, WPS_NONCE_LEN != 0))
1132 attr.registrar_nonce, WPS_NONCE_LEN);
wps_registrar.c     [all...]
wps_attr_parse.c 55 attr->registrar_nonce = pos;
wps_i.h 110 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */ member in struct:wps_parse_attr

Completed in 68 milliseconds