Thanks. That worked. One more question. How do I connect to an AP with the SSID broadcast turned off?<br><br><div><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Bryan Kadzban</b> &lt;<a href="mailto:bryan@kadzban.is-a-geek.net">
bryan@kadzban.is-a-geek.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Kevin Everts wrote:<br>&gt; The AP at work is using WPA with
<br>&gt; TKIP, EAP/LEAP for radius authentication (windows 2000 domain authentication<br>&gt; to a windows 2000 radius server).<br><br>LEAP (the Cisco proprietary, brute-force-able protocol) or PEAP (the<br>tunnel protocol, usually with MSCHAPv2 underneath)?&nbsp;&nbsp;AFAIK the Windows
<br>RADIUS server doesn't support LEAP.&nbsp;&nbsp;But it does support PEAP/MSCHAPv2,<br>so I'm guessing that's what you meant.<br><br>&gt; Here is my config for the AP (from /etc/wpa_supplicant.conf)<br>&gt;<br>&gt; network={<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&quot;CE&quot;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=IEEE8021X<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; eap=PEAP<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; phase2=&quot;auth=MSCHAPV2&quot;<br>&gt; }<br><br>That should be:<br><br>key_mgmt=WPA-EAP<br><br>since IEEE8021X is for dynamic WEP.&nbsp;&nbsp;WPA-EAP is for either WPA or WPA2
<br>(not *-PSK though; see the sample config file for the documentation).<br><br>You will probably also need:<br><br>pairwise=TKIP<br>group=TKIP<br>proto=WPA<br><br>These may be the defaults, but it's always a good idea to be explicit.
<br><br>You will also need to set identity=&quot;yourusername&quot;, and configure your<br>password.&nbsp;&nbsp;If this is a Windows box, and your company is doing machine<br>authentication, then there's no way I know of to use the machine's
<br>domain credentials, but hopefully that's not an issue.<br><br><br></blockquote></div><br>