Hi all,
I'm currently in a wireless LAN issue which has the following in the event log but seems to be a red herring as it is doing it all the time (every half an hour after the initial connection).
The message is:
<Data Name="RestartReason">Peer Initiated</Data>
I found the description for this in some Microsoft documentation:
OneXRestartReasonPeerInitiated
The EAPHost component (the peer) requested the 802.1x module to restart 802.1X authentication. This results from a EapHostPeerProcessReceivedPacket function call that returns an EapHostPeerResponseAction enumeration value of EapHostPeerResponseStartAuthentication in the pEapOutput parameter.
But when I look at the components of EAP descriptions it's not clear whether this is the client(windows 10 laptop) or this is the wireless AP.
EAPHost authentication has the following three components.
The supplicant, which makes the authentication requests.
The peer (or client) EAP methods, which implement the specific EAP methods and manage the authentication session on the client side.
The authenticator (or server) EAP methods, which implement the server side of the EAP protocol.
Can someone confirm for me whether this is the client or the wireless AP that is doing this. I was thinking the AP but the above has muddied the waters somewhat.
If someone could confirm that would be brilliant.
All help appreciated.
Cheers
Kev