<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>EAP state machine question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I'm implementing a new EAP type and in a certain state, want the EAP method to restart the PAE state machine (ie PAE should disconnect and start scanning). Setting portEnabled to FALSE seems to get the PAE back to the DISCONNECTED state, but the PAE doesn't appear to transition into CONNECTING as I expected. Literally all the state calls is eapol_set_bool(). Does there also need to be a call to eapol_sm_step()? Is there a better way to do this from one of the other state machines (BE or PAE)?<BR>
<BR>
---chuck</FONT>
</P>

</BODY>
</HTML>