summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Love <rml@novell.com>2005-12-08 21:48:41 +0000
committerRobert Love <rlove@rlove.org>2005-12-08 21:48:41 +0000
commit9674539f154db5d6b4a3c18e0215345059cc0196 (patch)
tree771228890dc0631027dad5372003b7dd571111bf /include
parentc521bf2e07e079826b646201a649a449f78f27f9 (diff)
downloadNetworkManager-9674539f154db5d6b4a3c18e0215345059cc0196.tar.gz
2005-12-08 Robert Love <rml@novell.com>
* include/NetworkManager.h: add WPA capabilities constants * src/NetworkManagerDevice.c: detect if wireless devices support WPA or WPA2 and add the capabilities bits as appropriate. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1150 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'include')
-rw-r--r--include/NetworkManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/NetworkManager.h b/include/NetworkManager.h
index 82c230a4db..1d8b35e4a5 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -101,6 +101,8 @@ typedef enum NMEncKeyType
#define NM_DEVICE_CAP_NM_SUPPORTED 0x0001
#define NM_DEVICE_CAP_CARRIER_DETECT 0x0002
#define NM_DEVICE_CAP_WIRELESS_SCAN 0x0004
+#define NM_DEVICE_CAP_WIRELESS_WPA 0x0008
+#define NM_DEVICE_CAP_WIRELESS_WPA2 0x0010
/*