Searched refs:key_wrap_auth (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_attr_process.c60 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) {
59 wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, const u8 *key_wrap_auth) argument
H A Dwps_i.h134 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
219 const u8 *key_wrap_auth);
H A Dwps_attr_parse.c247 attr->key_wrap_auth = pos;
H A Dwps_enrollee.c865 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) ||
H A Dwps_registrar.c2041 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2148 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||

Completed in 40 milliseconds