Home | History | Annotate | Download | only in wps

Lines Matching full:eattr

991 	struct wps_parse_attr eattr;
1027 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1028 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1029 wps_process_r_snonce1(wps, eattr.r_snonce1)) {
1046 struct wps_parse_attr eattr;
1080 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1081 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1082 wps_process_r_snonce2(wps, eattr.r_snonce2)) {
1103 struct wps_parse_attr eattr;
1151 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1152 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1153 wps_process_creds(wps, eattr.cred, eattr.cred_len,
1154 eattr.num_cred, attr->version2 != NULL) ||
1155 wps_process_ap_settings_e(wps, &eattr, decrypted,