mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Merge pull request #13623 from yuwata/network-wifi-iftype
This commit is contained in:
6
network/80-wifi-adhoc.network
Normal file
6
network/80-wifi-adhoc.network
Normal file
@@ -0,0 +1,6 @@
|
||||
[Match]
|
||||
Type=wifi
|
||||
WLANInterfaceType=ad-hoc
|
||||
|
||||
[Network]
|
||||
LinkLocalAddressing=yes
|
||||
8
network/80-wifi-ap.network
Normal file
8
network/80-wifi-ap.network
Normal file
@@ -0,0 +1,8 @@
|
||||
[Match]
|
||||
Type=wifi
|
||||
WLANInterfaceType=ap
|
||||
|
||||
[Network]
|
||||
Address=0.0.0.0/24
|
||||
DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
6
network/80-wifi-station.network
Normal file
6
network/80-wifi-station.network
Normal file
@@ -0,0 +1,6 @@
|
||||
[Match]
|
||||
Type=wifi
|
||||
WLANInterfaceType=station
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
Reference in New Issue
Block a user