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

  /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 136 milliseconds