How to get WPA-Support with NetworkManager?

Dan Williams dcbw at redhat.com
Mon Jan 30 22:30:33 UTC 2006


On Mon, 2006-01-30 at 13:11 -0800, Miles Lane wrote:
> FWIW, here's the patch for ipw2200.c against 2.6.16-rc1-mm2.
> You can save the patch as a "patchfile" and then:
>             patch -p0 -l < patchfile
> This patch should apply fine to other recent kernel sources.
> 
> diff -u  ipw2200.c.orig ipw2200.c
> --- ipw2200.c.orig      2006-01-30 13:01:52.000000000 -0800
> +++ ipw2200.c   2006-01-30 13:05:47.000000000 -0800
> @@ -8342,6 +8342,9 @@
>                                 IW_EVENT_CAPA_MASK(SIOCGIWAP));
>         range->event_capa[1] = IW_EVENT_CAPA_K_1;
> 
> +       range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
> +               IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
> +
>         IPW_DEBUG_WX("GET Range\n");
>         return 0;
>  }

Aha, so that's where it was :)  I submitted it upstream to netdev today,
so it should go in soon if somebody hasn't beaten me to it.

Dan




More information about the test mailing list