Lines Matching refs:eattr
965 struct wps_parse_attr eattr;
978 if (wps_parse_msg(decrypted, &eattr) < 0 ||
980 eattr.key_wrap_auth) ||
981 wps_process_creds(wps, eattr.cred, eattr.cred_len,
982 eattr.num_cred, attr->version2 != NULL)) {
1059 struct wps_parse_attr eattr;
1095 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1096 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1097 wps_process_r_snonce1(wps, eattr.r_snonce1)) {
1114 struct wps_parse_attr eattr;
1148 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1149 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1150 wps_process_r_snonce2(wps, eattr.r_snonce2)) {
1171 struct wps_parse_attr eattr;
1219 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1220 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1221 wps_process_creds(wps, eattr.cred, eattr.cred_len,
1222 eattr.num_cred, attr->version2 != NULL) ||
1223 wps_process_ap_settings_e(wps, &eattr, decrypted,