|
chromeos networking: move from security to securityclass property
Adopt shill's kSecurityClassProperty, in place of shill's
kSecurityProperty. This eliminates the need for Chrome to understand
the equivalence of WPA and RSN networks.
This CL introduces only one functional change. Namely,
NetworkState::GetSpecifier will now collapse WPA and RSN networks into
one class (by virtue of using kSecurityClassProperty). The previous
behavior is considered a bug.
After this CL, only WifiAccessPointInfoProviderChromeOs still uses
kSecurityProperty. In that one case, we want to break out WPA and RSN
networks, to understand what fraction of systems are connecting
through older APs.
While there: remove a couple of unused files in chromeos/test/data/network/policy/.
BUG= chromium:440032
TEST=ManagedNetworkConfigurationHandlerTest.*
TEST=ONC*
Committed: https://crrev.com/9bb8d4e41faf758814fbb1fa89771d6f09a045e9
Cr-Commit-Position: refs/heads/master@{#310840}
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -168 lines) |
Patch |
 |
M |
athena/system/network_selector.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/options/wifi_config_view.cc
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_service_client.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_client_unittest_base.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/managed_network_configuration_handler_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_cert_migrator.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/network_cert_migrator_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/network_connection_handler.cc
|
View
|
1
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler_unittest.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_translation_tables.cc
|
View
|
1
2
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_translator_onc_to_shill.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_translator_shill_to_onc.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_translator_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_util.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_disallow_autoconnect_on_unmanaged_wifi2.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chromeos/test/data/network/policy/shill_managed_wifi1_rsn.json
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_wifi1.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_policy_on_unconfigured_wifi1.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_policy_on_unmanaged_wifi1.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chromeos/test/data/network/policy/shill_policy_on_unmanaged_wifi1_wo_uidata.json
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_unmanaged_wifi1.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chromeos/test/data/network/policy/shill_unmanaged_wifi1_wo_uidata.json
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_unmanaged_wifi2.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/shill_wifi_clientcert.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/shill_wifi_clientref.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/shill_wifi_dhcp.json
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/shill_wifi_psk.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/shill_wifi_with_state.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chromeos/test/data/network/shill_wifi_wpa1.json
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
D |
chromeos/test/data/network/translation_of_shill_wifi_wpa1.onc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/wifi_sync/network_state_helper_chromeos.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_connect.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_icon.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_state_notifier_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 32 (11 generated)
|