Windows error 0x80420011, -2143158255

Detailed Error Information

EAP_E_EAPHOST_METHOD_NOT_INSTALLED[1]

MessageRequested EAP-method is not installed
Declared inEapHostError.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode66 (0x042)
NameFACILITY_EAP[3]
Error Code17 (0x0011)

Questions

0votes
0answers

netsh add profile fails only with c#

I have a network profile for a 802.x network which works just fine when run from a batch file or cmd: wlan add profile filename="config.xml" So I thought I might as well do this on my C# programme by running a Process: Process process = new Process() { StartInfo = [...] read more
c#
process
netsh
0votes
0answers

Win10: The network connection profile is corrupted. How to check the xml file?

I want to import a xml files with wifi settings. I run: netsh wlan add profile test.xml And get the error message: 0x80420011 The network connection profile is corrupted. But I get no line number where the xml file should be corrupted. Is there a tool which checks errors and [...] read more
windows-10
wireless-networking
netsh

Comments

Leave a comment

(plain text only)

Sources

  1. EapHostError.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0