mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
doc: add required kernel version for anqp_disabled=false
The release candidates for v5.3 contain the required patches for offchannel management frames to work properly.
This commit is contained in:
parent
fe9376c74f
commit
7fa5eddfbc
@ -42,12 +42,12 @@ roam_rssi_threshold=-70
|
||||
|
||||
#
|
||||
# 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).
|
||||
# a recent kernel patch (available in Kernel 5.3). 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user