Home | History | Annotate | Download | only in wps

Lines Matching refs:eattr

2004 	struct wps_parse_attr eattr;
2040 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2041 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2042 wps_process_e_snonce1(wps, eattr.e_snonce1)) {
2111 struct wps_parse_attr eattr;
2147 if (wps_parse_msg(decrypted, &eattr) < 0 ||
2148 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
2149 wps_process_e_snonce2(wps, eattr.e_snonce2) ||
2150 wps_process_ap_settings_r(wps, &eattr)) {