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] [Match]
Type=wifi Type=wlan
WLANInterfaceType=ad-hoc WLANInterfaceType=ad-hoc
[Network] [Network]

View file

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

View file

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