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

doc: APRanges is deprecated (use APAddressPool instead)

This commit is contained in:
Salahaldeen Altous 2023-08-04 11:56:08 +02:00 committed by Denis Kenzior
parent 822ad91faa
commit 4a0a973790

View File

@ -74,16 +74,6 @@ The group ``[General]`` contains general settings.
``[Network]`` settings for additional settings related to network ``[Network]`` settings for additional settings related to network
configuration. configuration.
* - APRanges
- Values: <IP in prefix notation>
Sets the range of IP's used for DHCP server (AP mode). The IP should be
in prefix notation e.g. 192.168.1.0/24. AP's which are started in a
profile-less configuration will use this pool of IP's to set the AP's
interface address as well as default DHCP server options. Each AP will
get a new subnet from the range and clients will be addressed in that
subnet to avoid IP conflicts if multiple AP's are started.
* - UseDefaultInterface * - UseDefaultInterface
- Values: true, **false** - Values: true, **false**