Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2005 22:04:44 +0200
From:      Arne Schwabe <arne@rfc2549.org>
To:        Randy Bush <randy@psg.com>
Cc:        Sam Leffler <sam@errno.com>, freebsd-current@freebsd.org
Subject:   Re: HEADSUP: wpa support in the tree
Message-ID:  <86vf3ljc83.fsf@kamino.rfc1149.org>
In-Reply-To: <17102.53350.509951.422552@roam.psg.com> (Randy Bush's message of "Fri, 8 Jul 2005 09:13:42 -1000")
References:  <42A5253E.10401@errno.com> <17061.50966.381799.889500@roam.psg.com> <42A5CBAC.4000409@errno.com> <17102.6118.407470.645664@roam.psg.com> <42CEB469.6040105@errno.com> <17102.53350.509951.422552@roam.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush <randy@psg.com> writes:

>>> is there an idiot's howto for tmobile eap/ttls yet?
>> No but you reminded me I forgot to update make.conf and the man page. 
>> To get what you want define:
>> ENABLE_WPA_SUPPLICANT_EAPOL=true
>
> any reason this is not default?
>
>> in your make.conf file and rebuild wpa_supplicant.  You'll have EAPOL 
>> support including EAP-TTLS.  Past that you're on your own writing the 
>> wpa_supplicant.conf stuff; check Jouni's documentation for help until 
>> someone improves the FreeBSD man pages.
>
> heck, i am still working out a wpa_supplicant.conf that does
> simple wep!
>

network={
        ssid="Uni Paderborn"
        key_mgmt=NONE
        wep_key0="24085"
        priority=5
}

Rest is unchanged from the default config

Arne 

PS: you can find the wepkey with google (on a offical site), so that
key is not secret anyway, so no **** here (:
-- 
compiling millions of tiny c-programs...done
checking for a working configure script... not found



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