Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: components/onc/onc_constants.cc

Issue 1087353002: Add an ONC property for setting per-network roam threshold (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised ONC spec doc Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/onc/onc_constants.h" 5 #include "components/onc/onc_constants.h"
6 6
7 // Constants for ONC properties. 7 // Constants for ONC properties.
8 namespace onc { 8 namespace onc {
9 9
10 const char kAugmentationActiveSetting[] = "Active"; 10 const char kAugmentationActiveSetting[] = "Active";
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 namespace wifi { 194 namespace wifi {
195 const char kAllowGatewayARPPolling[] = "AllowGatewayARPPolling"; 195 const char kAllowGatewayARPPolling[] = "AllowGatewayARPPolling";
196 const char kAutoConnect[] = "AutoConnect"; 196 const char kAutoConnect[] = "AutoConnect";
197 const char kBSSID[] = "BSSID"; 197 const char kBSSID[] = "BSSID";
198 const char kEAP[] = "EAP"; 198 const char kEAP[] = "EAP";
199 const char kFrequency[] = "Frequency"; 199 const char kFrequency[] = "Frequency";
200 const char kFrequencyList[] = "FrequencyList"; 200 const char kFrequencyList[] = "FrequencyList";
201 const char kHexSSID[] = "HexSSID"; 201 const char kHexSSID[] = "HexSSID";
202 const char kHiddenSSID[] = "HiddenSSID"; 202 const char kHiddenSSID[] = "HiddenSSID";
203 const char kPassphrase[] = "Passphrase"; 203 const char kPassphrase[] = "Passphrase";
204 const char kRoamThreshold[] = "RoamThreshold";
204 const char kSSID[] = "SSID"; 205 const char kSSID[] = "SSID";
205 const char kSecurity[] = "Security"; 206 const char kSecurity[] = "Security";
206 const char kSecurityNone[] = "None"; 207 const char kSecurityNone[] = "None";
207 const char kSignalStrength[] = "SignalStrength"; 208 const char kSignalStrength[] = "SignalStrength";
208 const char kWEP_8021X[] = "WEP-8021X"; 209 const char kWEP_8021X[] = "WEP-8021X";
209 const char kWEP_PSK[] = "WEP-PSK"; 210 const char kWEP_PSK[] = "WEP-PSK";
210 const char kWPA_EAP[] = "WPA-EAP"; 211 const char kWPA_EAP[] = "WPA-EAP";
211 const char kWPA_PSK[] = "WPA-PSK"; 212 const char kWPA_PSK[] = "WPA-PSK";
212 const char kWPA2_PSK[] = "WPA2-PSK"; 213 const char kWPA2_PSK[] = "WPA2-PSK";
213 } // namespace wifi 214 } // namespace wifi
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 const char kLoginIDField[] = "${LOGIN_ID}"; 402 const char kLoginIDField[] = "${LOGIN_ID}";
402 const char kEmailField[] = "${LOGIN_EMAIL}"; 403 const char kEmailField[] = "${LOGIN_EMAIL}";
403 } // namespace substitutes 404 } // namespace substitutes
404 405
405 namespace global_network_config { 406 namespace global_network_config {
406 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 407 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
407 "AllowOnlyPolicyNetworksToAutoconnect"; 408 "AllowOnlyPolicyNetworksToAutoconnect";
408 } // global_network_config 409 } // global_network_config
409 410
410 } // namespace onc 411 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698