#444: Madwifi does not work with NetworkManager and WPA
--------------------------------+-------------------------------------------
Reporter: Darrena | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: madwifi: driver | Version:
Keywords: WPA NetworkManager | Patch_attached: 1
--------------------------------+-------------------------------------------
Madwifi-ng does not expose to NetworkManager that it supports WPA. The
NetworkManager author posted this patch:
{{{
--- ./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;
}
}}}
NetworkManager also requires that the driver support the wireless
extensions API, unfortunately NetworkManager does not seem to communicate
properly with Madwifi using WEXT and I have to patch the application to
use the Madwifi driver directly.
I am sorry if this is a dupe, I searched and found no references to this.
--
Ticket URL: <http://madwifi.org/ticket/444>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity