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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 60 const u8 *key_wrap_auth)
66 if (key_wrap_auth == NULL) {
73 if (head + len != key_wrap_auth - 4) {
80 if (os_memcmp(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
wps_i.h 134 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
219 const u8 *key_wrap_auth);
wps_attr_parse.c 247 attr->key_wrap_auth = pos;
wps_enrollee.c 865 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
912 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
959 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
wps_registrar.c     [all...]
  /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(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
wps_i.h 152 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
265 const u8 *key_wrap_auth);
wps_validate.c     [all...]
wps_enrollee.c 1000 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1053 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1124 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
    [all...]
wps_attr_parse.c 366 attr->key_wrap_auth = pos;
wps_registrar.c     [all...]

Completed in 646 milliseconds