Re: [PATCH] LEAP support in NetworkManager
- From: Jason Martens <me jasonmartens com>
 
- To: networkmanager-list gnome org
 
- Subject: Re: [PATCH] LEAP support in NetworkManager
 
- Date: Wed, 09 Aug 2006 10:56:08 -0500
 
Dan Williams wrote:
> On Wed, 2006-08-02 at 13:44 -0500, Jason Martens wrote:
>   
>> Alright,  I've finally succeeded in building n-m from CVS with leap 
>> support.  We use a (perhaps) strange wireless configuration here, where 
>> the Cisco Access Points run two separate wireless networks off of one 
>> access point.  One is unencrypted, the other uses WPA-Enterprise, TKIP 
>> and LEAP.  I cannot connect to the WPA access point even with the LEAP 
>> support.  Does the current LEAP support allow for TKIP?
>>     
>
> Hmm, I don't think so...  does wpa_supplicant support that?
>
> Dan
>   
Turns out that it does.  Here's my wpa_supplicant conf file:
network={
        ssid="essid"
        scan_ssid=1
        key_mgmt=WPA-EAP
        group=TKIP
        pairwise=TKIP
        auth_alg=OPEN LEAP
        eap=LEAP
        priority=2
        proto=WPA
        identity="username"
        password="password"
}
If you want it, I can send the debugging output from wpa_supplicant when
I connect.
Jason
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]