WlanSetProfileEapXmlUserData() failed: Error 57893 #3

Open
opened 2021-10-01 10:28:04 +02:00 by Ghost · 2 comments
Ghost commented 2021-10-01 10:28:04 +02:00 (Migrated from codeberg.org)

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.

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.
Ghost commented 2023-05-22 09:00:25 +02:00 (Migrated from codeberg.org)

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

i also have the same problem!! have you solved this problem?if you have ,i want ask you related questions
Ghost commented 2023-05-22 09:51:26 +02:00 (Migrated from codeberg.org)

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.

I am suspecting, EapHost is truncating the upper 16-bits of the following error resulting in **57893**: ```c #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 in to join this conversation.
No description provided.