Home | History | Annotate | Download | only in wps

Lines Matching defs:eattr

2651 	struct wps_parse_attr eattr;
2694 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2695 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2696 wps_process_e_snonce1(wps, eattr.e_snonce1)) {
2802 struct wps_parse_attr eattr;
2846 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2847 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2848 wps_process_e_snonce2(wps, eattr.e_snonce2) ||
2849 wps_process_ap_settings_r(wps, &eattr)) {