Home | History | Annotate | Download | only in wps

Lines Matching refs:eattr

2521 	struct wps_parse_attr eattr;
2564 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2565 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2566 wps_process_e_snonce1(wps, eattr.e_snonce1)) {
2672 struct wps_parse_attr eattr;
2716 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2717 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2718 wps_process_e_snonce2(wps, eattr.e_snonce2) ||
2719 wps_process_ap_settings_r(wps, &eattr)) {