Merge pull request #13623 from yuwata/network-wifi-iftype

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2019-10-25 14:18:23 +02:00
20 changed files with 6668 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
[Match]
Type=wifi
WLANInterfaceType=ad-hoc
[Network]
LinkLocalAddressing=yes

View File

@@ -0,0 +1,8 @@
[Match]
Type=wifi
WLANInterfaceType=ap
[Network]
Address=0.0.0.0/24
DHCPServer=yes
IPMasquerade=yes

View File

@@ -0,0 +1,6 @@
[Match]
Type=wifi
WLANInterfaceType=station
[Network]
DHCP=yes