<br><font size=2 face="sans-serif">ALL here:</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; I
have a question that let me puzzle:</font>
<br><font size=2 face="sans-serif">When I set AP like WEP/OPEN or WEP/SHARED
,How Can I get AuthMode from IE Codes or anyway else?</font>
<br>
<br><font size=2 face="sans-serif">note:when I set ap is wpa,wpa2£¬I can
get AuthMode from IE codes.</font>
<br>
<br><font size=2 face="sans-serif">define Authmode in driver like:</font>
<br>
<br><font size=2 face="sans-serif">// Add new authentication modes</font>
<br><font size=2 face="sans-serif">typedef enum _NDIS_802_11_AUTHENTICATION_MODE</font>
<br><font size=2 face="sans-serif">{</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeOpen,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeShared,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeAutoSwitch,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeWPA,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeWPAPSK,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeWPANone,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeWPA2,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeWPA2PSK,
&nbsp; &nbsp;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Ndis802_11AuthModeMax &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; // Not a real mode, defined as upper bound</font>
<br><font size=2 face="sans-serif">} NDIS_802_11_AUTHENTICATION_MODE, *PNDIS_802_11_AUTHENTICATION_MODE;</font>
<br>
<br>
<br><font size=2 face="sans-serif">Please Somebody can help me to get Authmode
from AP information ?</font>
<br>