[geexbox-][r15156] connman : allow users to choose WPA (same as PSK)

30 views
Skip to first unread message

h...@geexbox.org

unread,
May 24, 2012, 2:25:02 PM5/24/12
to com...@geexbox.org
changeset 1ace5d5625ba in /var/www/hg/geexbox
author: Thomas Genty <toml...@openbricks.org>
details: http://hg.geexbox.org/geexbox?cmd=changeset;node=1ace5d5625ba
description:
connman : allow users to choose WPA (same as PSK)
diffstat:

packages/connman/scripts/connman-parse-configuration | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 200a329c4956 -r 1ace5d5625ba packages/connman/scripts/connman-parse-configuration
--- a/packages/connman/scripts/connman-parse-configuration Thu May 24 07:37:39 2012 +0200
+++ b/packages/connman/scripts/connman-parse-configuration Thu May 24 07:41:05 2012 +0200
@@ -24,6 +24,8 @@
MODE="managed_psk"
elif [ "$SECURITY" = "RSN" -a -n "$PASSPHRASE" ]; then
MODE="managed_psk"
+ elif [ "$SECURITY" = "WPA" -a -n "$PASSPHRASE" ]; then
+ MODE="managed_psk"
else
MODE="managed_none"
fi
Reply all
Reply to author
Forward
0 new messages