Home | History | Annotate | Download | only in wps

Lines Matching refs:eattr

834 	struct wps_parse_attr eattr;
864 if (wps_parse_msg(decrypted, &eattr) < 0 ||
865 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
866 wps_process_r_snonce1(wps, eattr.r_snonce1)) {
883 struct wps_parse_attr eattr;
911 if (wps_parse_msg(decrypted, &eattr) < 0 ||
912 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
913 wps_process_r_snonce2(wps, eattr.r_snonce2)) {
930 struct wps_parse_attr eattr;
958 if (wps_parse_msg(decrypted, &eattr) < 0 ||
959 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
960 wps_process_creds(wps, eattr.cred, eattr.cred_len,
961 eattr.num_cred) ||
962 wps_process_ap_settings_e(wps, &eattr, decrypted)) {