diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-05-17 05:27:42 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-05-17 05:27:42 -0700 |
commit | e14233adb3e284268565a79d231980e890577015 (patch) | |
tree | 894feaa417e2a49304955f17712429fc16104aa0 /include | |
parent | 0b83444798ff1963d8357e5aa36ebf79d45c67c3 (diff) | |
download | connman-e14233adb3e284268565a79d231980e890577015.tar.gz connman-e14233adb3e284268565a79d231980e890577015.tar.bz2 connman-e14233adb3e284268565a79d231980e890577015.zip |
Use "RSN" instead of "WPA2" for the security details
Diffstat (limited to 'include')
-rw-r--r-- | include/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |