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

  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 54 const u8 *key_wrap_auth)
60 if (key_wrap_auth == NULL) {
67 if (head + len != key_wrap_auth - 4) {
74 if (os_memcmp_const(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
wps_attr_parse.h 44 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
wps_i.h 186 const u8 *key_wrap_auth);
wps_validate.c     [all...]
wps_enrollee.c 1008 eattr.key_wrap_auth) ||
1124 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1177 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
    [all...]
wps_attr_parse.c 382 attr->key_wrap_auth = pos;
wps_registrar.c     [all...]

Completed in 130 milliseconds