1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

network: examples: use wlan for Type instead of wifi

This commit is contained in:
Lucas Magasweran 2021-05-10 10:09:56 +02:00
parent 2baec39665
commit b419e8776b
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[Match]
Type=wifi
Type=wlan
WLANInterfaceType=ad-hoc
[Network]

View File

@ -1,5 +1,5 @@
[Match]
Type=wifi
Type=wlan
WLANInterfaceType=ap
[Network]

View File

@ -1,5 +1,5 @@
[Match]
Type=wifi
Type=wlan
WLANInterfaceType=station
[Network]