From 7b8c0693839663c1865d69c7fb75ea0e42110720 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 15 Nov 2018 12:54:23 -0800 Subject: [PATCH] doc: Add option to disable periodic scan into main.conf --- doc/main.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/main.conf b/doc/main.conf index 98f447a7..f3bf2d81 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -1,4 +1,16 @@ +# Note: The lines starting with # are ignored. To enable any of the +# configuration options below, remove # from the beginning of a respective line. + [EAP] mtu=1400 + [EAPoL] max_4way_handshake_time=2 + +[Scan] +# +# Disable periodic scan. Setting this option to 'true' will prevent iwd from +# issuing the periodic scans for the available networks while disconnected. +# The behavior of the user-initiated scans isn't affected. +# The periodic scan is enabled by default. +#disable_periodic_scan=true