Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

WlanSetProfileEapXmlUserData() failed: Error 57893 #3

Open
github-pawo opened this issue Oct 1, 2021 · 2 comments
Open

WlanSetProfileEapXmlUserData() failed: Error 57893 #3

github-pawo opened this issue Oct 1, 2021 · 2 comments

Comments

@github-pawo
Copy link

github-pawo commented Oct 1, 2021

Hello rozmansi,

When I'm trying to set the EAP user data with your TTLS example and your tool I'm getting the error code 57893.
Can you please tell me which EAP connection profile (xml file) you are using?
And do you know what the error 57893 means?

Thank you in advance.

@huluxiaopeng
Copy link

i also have the same problem!!
have you solved this problem?if you have ,i want ask you related questions

@rozmansi
Copy link
Owner

I am suspecting, EapHost is truncating the upper 16-bits of the following error resulting in 57893:

#define E_XML_INVALID              0xC00CE225L  // Validate failed because of a DTD/Schema violation.

In other words, EAP supplicant/method you are trying to set XML for, doesn't like your XML file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants