[PATCH] Add WPA2 to allowed protocols
- From: Helmut Schaa <hschaa suse de>
- To: networkmanager-list gnome org
- Subject: [PATCH] Add WPA2 to allowed protocols
- Date: Wed, 8 Aug 2007 10:45:09 +0200
Hi,
attached is a patch against trunk which adds WPA2 to the allowed protocols for
wpa_supplicant. Is there any reason why it was not in the list yet? If not
please commit to trunk.
Thanks,
Helmut
Index: src/supplicant-manager/nm-supplicant-settings-verify.c
===================================================================
--- src/supplicant-manager/nm-supplicant-settings-verify.c (Revision 2656)
+++ src/supplicant-manager/nm-supplicant-settings-verify.c (Arbeitskopie)
@@ -65,7 +65,7 @@
const char * pairwise_allowed[] = { "CCMP", "TKIP", "NONE", NULL };
const char * group_allowed[] = { "CCMP", "TKIP", "WEP104", "WEP40", NULL };
-const char * proto_allowed[] = { "WPA", "RSN", NULL };
+const char * proto_allowed[] = { "WPA", "RSN", "WPA2", NULL };
const char * key_mgmt_allowed[] = { "WPA-PSK", "WPA-EAP", "IEEE8021X",
"NONE", NULL };
const char * auth_alg_allowed[] = { "OPEN", "SHARED", "LEAP", NULL };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]