From a55984f1b8c11fbf797e03a26afd041511ff1bc2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 Dec 2009 11:39:50 -0800 Subject: Add security definitions for PSK and IEEE 802.1x --- include/service.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/service.h') diff --git a/include/service.h b/include/service.h index ad2e963b..48463c74 100644 --- a/include/service.h +++ b/include/service.h @@ -58,8 +58,10 @@ enum connman_service_security { CONNMAN_SERVICE_SECURITY_UNKNOWN = 0, CONNMAN_SERVICE_SECURITY_NONE = 1, CONNMAN_SERVICE_SECURITY_WEP = 2, - CONNMAN_SERVICE_SECURITY_WPA = 3, - CONNMAN_SERVICE_SECURITY_RSN = 4, + CONNMAN_SERVICE_SECURITY_PSK = 3, + CONNMAN_SERVICE_SECURITY_8021X = 4, + CONNMAN_SERVICE_SECURITY_WPA = 8, + CONNMAN_SERVICE_SECURITY_RSN = 9, }; enum connman_service_state { -- cgit v1.2.3