doc: document 5GHz AP support

This commit is contained in:
James Prestwood 2022-12-09 11:39:30 -08:00 committed by Denis Kenzior
parent 9d003ae585
commit 3c6a0647b3
1 changed files with 11 additions and 2 deletions

View File

@ -55,8 +55,17 @@ The group ``[General]`` contains general AP configuration.
* - Channel
- Channel number
Optional channel number for the access point to operate on. Only the
2.4GHz-band channels are currently allowed.
Optional channel number for the access point to operate on. If omitted
the channel will be chosen automatically. Channels greater than or equal
to 36 will select the 5GHz band for the AP to operate on.
Note: Due to regulatory requirements the linux kernel does not allow or
strictly limits 5GHz use in AP mode while in world roaming. These
frequencies become available once the country is set, either via IWD's
main.conf option ``[General].Country`` (see ``man iwd.config``) or
externally (e.g. iw reg set <CC>). If you are having trouble using 5GHz
ensure the country is set, and that the desired frequency/channel is
unrestricted.
Network Authentication Settings
-------------------------------