commit | 6df20bd9e38c4152a0dc1e3df6a1d8d4040eb13d | [log] [tgz] |
---|---|---|
author | Paul Stewart <pstew@chromium.org> | Wed Mar 13 19:31:25 2013 -0700 |
committer | ChromeBot <chrome-bot@google.com> | Thu Mar 14 14:00:17 2013 -0700 |
tree | 0cf2d67e0b77199ffe2d159f6d1994a258df0828 | |
parent | 2df974855c617ef344708f720538c1e1b41fd44e [diff] |
shill: WiFiService: Report the security of the connected endpoint Two recent changes have caused the security_ field of a WiFi service to be the generic form (e.g., WPA -> PSK) to allow for proper connectivity. However it is useful to display the exact form of security for an associated connection. Change WiFiService to report the security of the connected endpoint if one is available. BUG=chromium-os:39813 TEST=Unit tests + manual: Connect to a WPA2 AP and ensure that the security type in list-services and the UI switches from "psk" to "rsn". Change-Id: I66efec3685c6a49275f91fa2b5e4af37db680de3 Reviewed-on: https://gerrit.chromium.org/gerrit/45378 Commit-Queue: Paul Stewart <pstew@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>