From e14233adb3e284268565a79d231980e890577015 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 17 May 2009 05:27:42 -0700 Subject: Use "RSN" instead of "WPA2" for the security details --- include/service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/service.h') diff --git a/include/service.h b/include/service.h index 652add24..eddd5460 100644 --- a/include/service.h +++ b/include/service.h @@ -50,7 +50,7 @@ enum connman_service_security { CONNMAN_SERVICE_SECURITY_NONE = 1, CONNMAN_SERVICE_SECURITY_WEP = 2, CONNMAN_SERVICE_SECURITY_WPA = 3, - CONNMAN_SERVICE_SECURITY_WPA2 = 4, + CONNMAN_SERVICE_SECURITY_RSN = 4, }; enum connman_service_state { -- cgit v1.2.3