Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 17:41:10 +0200
From:      Lars Engels <lars.engels@0x20.net>
To:        Matthias Apitz <m.apitz@oclcpica.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: WPA && Cisco Compatibility
Message-ID:  <20060920154110.GA5835@maggie.bsd-geek.de>
In-Reply-To: <20060920133816.GA4314@rebelion.Sisis.de>
References:  <20060920133816.GA4314@rebelion.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Wed, Sep 20, 2006 at 03:38:16PM +0200, Matthias Apitz wrote:
> 
> Hi,
> 
> I'm just sitting in some Wifi area and the data in a working
> Windows laptop, in the tabs of it, are:
> 
>                   SSID: xxxxx
> Network Authentication: Cisco compatible
>        Data Encryption: CKIP
>             EAP Method: LEAP
>                   User: xxxxx
>               Password: xxxxx
> 
> Is this somehow accessible via a correct configured wpa_supplicant.conf
> and wpa_supplicant in FreeBSD 6.0-REL?
> 

Hi Matthias,

this should work:

network={
        ssid="xxxxx"
        proto=WPA
        key_mgmt=WPA-EAP
        auth_alg=LEAP
        identity="xxxxx"
        password="xxxxx"
}

Lars

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFFEWEWKc512sD3afgRApUVAJ98WZtCfCfnAfvZnr8l0flgjg8kcACglePP
BYy6v+kKHMCS2uCHYe+7yHw=
=pCYp
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060920154110.GA5835>