Lines Matching defs:eattr
993 struct wps_parse_attr eattr;
1006 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1008 eattr.key_wrap_auth) ||
1009 wps_process_creds(wps, eattr.cred, eattr.cred_len,
1010 eattr.num_cred, attr->version2 != NULL)) {
1087 struct wps_parse_attr eattr;
1123 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1124 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1125 wps_process_r_snonce1(wps, eattr.r_snonce1)) {
1142 struct wps_parse_attr eattr;
1176 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1177 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1178 wps_process_r_snonce2(wps, eattr.r_snonce2)) {
1199 struct wps_parse_attr eattr;
1247 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1248 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1249 wps_process_creds(wps, eattr.cred, eattr.cred_len,
1250 eattr.num_cred, attr->version2 != NULL) ||
1251 wps_process_ap_settings_e(wps, &eattr, decrypted,