From 273f0d358b3206b140d914d5a9672b97fcbafe02 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 26 Jun 2019 10:42:54 -0700 Subject: [PATCH] doc: add disable_anqp option The way IWD does ANQP depends on a recent kernel patch so its best if we have ANQP disabled by default. In addition it has been found some drivers do public action frames very badly, resulting in freezes or crashes. If users are feeling brave, or are confident they're system can handle ANQP properly they can enable this. Enabling this option is required for Hotspot 2.0 support --- doc/main.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/main.conf b/doc/main.conf index 21448b1a..ed3d10a6 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -40,6 +40,17 @@ roam_rssi_threshold=-70 # # ManagementFrameProtection=1 +# +# Enable/disable ANQP queries. The way IWD does ANQP queries is dependent on +# a recent kernel patch. If your kernel does not have this functionality this +# should be disabled (default). Some drivers also do a terrible job of sending +# public action frames (freezing or crashes) which is another reason why this +# has been turned off by default. All aside, if you want to connect to Hotspot +# 2.0 networks ANQP is most likely going to be required (you may be able to +# pre-provision to avoid ANQP). +# +# disable_anqp=true + [Scan] # # Disable periodic scan. Setting this option to 'true' will prevent iwd from