3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

doc: document [DriverQuirks] group settings

This commit is contained in:
James Prestwood 2023-06-15 12:24:11 -07:00 committed by Denis Kenzior
parent b1b45f5509
commit 0b4dc9d8a5

View File

@ -378,6 +378,32 @@ The group ``[IPv4]`` contains settings related to IPv4 network configuration.
will limit the number of access points that can be running
simultaneously on different interfaces.
DriverQuirks
------------
The group ``[DriverQuirks]`` contains special flags associated with drivers that
are buggy or just don't behave similar enough to the majority of other drivers.
.. list-table::
:header-rows: 0
:stub-columns: 0
:widths: 20 80
:align: left
* - DefaultInterface
- Values: comma-separated list of drivers or glob matches
If a driver in use matches one in this list IWD will not attempt to
remove and re-create the default interface.
* - ForcePae
- Values: comma-separated list of drivers or glob matches
If a driver in use matches one in this list ControlPortOverNL80211 will
not be used, and PAE will be used instead. Some drivers do not properly
support ControlPortOverNL80211 even though they advertise support for it.
SEE ALSO
========