mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
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
This commit is contained in:
parent
701a5cc41e
commit
273f0d358b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user