Lines Matching full:eattr
2648 struct wps_parse_attr eattr;
2691 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2692 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2693 wps_process_e_snonce1(wps, eattr.e_snonce1)) {
2799 struct wps_parse_attr eattr;
2843 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2844 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2845 wps_process_e_snonce2(wps, eattr.e_snonce2) ||
2846 wps_process_ap_settings_r(wps, &eattr)) {