summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorLucas Magasweran <lrm@linux.com>2021-05-10 10:09:56 +0200
committerLucas Magasweran <lrm@linux.com>2021-05-10 11:28:52 +0200
commitb419e8776bc2dc1ca113c8332ed465724bff053a (patch)
tree2fadac257a6b488872fda7bbd392760e3da93cab /network
parent2baec3966569e9235c6241096493dfb57a7792f0 (diff)
downloadsystemd-b419e8776bc2dc1ca113c8332ed465724bff053a.tar.gz
network: examples: use wlan for Type instead of wifi
Diffstat (limited to 'network')
-rw-r--r--network/80-wifi-adhoc.network2
-rw-r--r--network/80-wifi-ap.network.example2
-rw-r--r--network/80-wifi-station.network.example2
3 files changed, 3 insertions, 3 deletions
diff --git a/network/80-wifi-adhoc.network b/network/80-wifi-adhoc.network
index b909f9a6c6..8ca59dee25 100644
--- a/network/80-wifi-adhoc.network
+++ b/network/80-wifi-adhoc.network
@@ -1,5 +1,5 @@
[Match]
-Type=wifi
+Type=wlan
WLANInterfaceType=ad-hoc
[Network]
diff --git a/network/80-wifi-ap.network.example b/network/80-wifi-ap.network.example
index 2cbd59370b..8549387672 100644
--- a/network/80-wifi-ap.network.example
+++ b/network/80-wifi-ap.network.example
@@ -1,5 +1,5 @@
[Match]
-Type=wifi
+Type=wlan
WLANInterfaceType=ap
[Network]
diff --git a/network/80-wifi-station.network.example b/network/80-wifi-station.network.example
index 9268eb68dd..1fb28a1b07 100644
--- a/network/80-wifi-station.network.example
+++ b/network/80-wifi-station.network.example
@@ -1,5 +1,5 @@
[Match]
-Type=wifi
+Type=wlan
WLANInterfaceType=station
[Network]