Home | History | Annotate | Download | only in wps

Lines Matching defs:eattr

963 	struct wps_parse_attr eattr;
999 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1000 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1001 wps_process_r_snonce1(wps, eattr.r_snonce1)) {
1018 struct wps_parse_attr eattr;
1052 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1053 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1054 wps_process_r_snonce2(wps, eattr.r_snonce2)) {
1075 struct wps_parse_attr eattr;
1123 if (wps_parse_msg(decrypted, &eattr) < 0 ||
1124 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) ||
1125 wps_process_creds(wps, eattr.cred, eattr.cred_len,
1126 eattr.num_cred, attr->version2 != NULL) ||
1127 wps_process_ap_settings_e(wps, &eattr, decrypted,