Lines Matching defs:eattr
982 struct wps_parse_attr eattr;
1018 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1019 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1020 wps_process_r_snonce1(wps, eattr.r_snonce1)) {
1037 struct wps_parse_attr eattr;
1071 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1072 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1073 wps_process_r_snonce2(wps, eattr.r_snonce2)) {
1094 struct wps_parse_attr eattr;
1142 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1143 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1144 wps_process_creds(wps, eattr.cred, eattr.cred_len,
1145 eattr.num_cred, attr->version2 != NULL) ||
1146 wps_process_ap_settings_e(wps, &eattr, decrypted,