Re: WPA on NetworkManager with MadWifi?
- From: Darren Albers <dalbers gmail com>
- To: Dan Williams <dcbw redhat com>
- Cc: networkmanager-list gnome org
- Subject: Re: WPA on NetworkManager with MadWifi?
- Date: Tue, 31 Jan 2006 22:51:08 -0500
Thank you! I will do that.
On 1/31/06, Dan Williams <dcbw redhat com> wrote:
> On Tue, 2006-01-31 at 16:42 -0500, Darren Albers wrote:
> > Sorry if this has been discussed but I a search did not reveal any
> > information on this subject.
> >
> > What is required to run Network Manager with WPA support?
> >
> > I have the latest WPA_Supplicant from svn, the latest Madwifi-ng from
> > CVS and the latest NetworkManager from CVS. NetworkManager works
> > great but only for WEP. What do I need to do to enable WPA support?
>
> Patch the driver to support range->enc_capa like has been done for
> ipw2200 and ipw2100.
>
> Dan
>
> --- ./net80211/ieee80211_wireless.c.enccapa 2006-01-24 09:45:12.000000000 -0500
> +++ ./net80211/ieee80211_wireless.c 2006-01-24 09:46:16.000000000 -0500
> @@ -976,6 +976,9 @@
> range->min_frag = 256;
> range->max_frag = 2346;
>
> + range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
> + IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
> +
> return 0;
> }
>
>
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]