summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorzqiu <zqiu@chromium.org>2014-10-06 19:16:11 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 02:16:34 +0000
commit6929e390483915c1de0697425bd35c67c05daf4c (patch)
tree18116925bdb63e04b38a47e1ea4bfe6a73b72ec0 /components/onc/onc_constants.h
parent41a18987c3253d889091bc4c6a442fc723c7c895 (diff)
downloadchromium_src-6929e390483915c1de0697425bd35c67c05daf4c.zip
chromium_src-6929e390483915c1de0697425bd35c67c05daf4c.tar.gz
chromium_src-6929e390483915c1de0697425bd35c67c05daf4c.tar.bz2
Allow option to disable link monitor for WiFi network
By default, link monitor is enabled for WiFi network. When it is enabled, it will send ARP request to default gateway periodically. This CL adds an ONC configuration option to disable the link monitor. BUG=chromium:415367 Review URL: https://codereview.chromium.org/598173002 Cr-Commit-Position: refs/heads/master@{#298327}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 976946b..d96e190 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -195,6 +195,7 @@ ONC_EXPORT extern const char k8021X[];
} // namespace ethernet
namespace wifi {
+ONC_EXPORT extern const char kAllowGatewayARPPolling[];
ONC_EXPORT extern const char kAutoConnect[];
ONC_EXPORT extern const char kBSSID[];
ONC_EXPORT extern const char kEAP[];