3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

auto-t: hwsim.py: set NoVirtualInterface by default

There is really no reason to have hwsim create interfaces automatically
for test-runner. test-runner already does this for wpa_supplicant and
hostapd, and IWD can create the interface itself.
This commit is contained in:
James Prestwood 2022-04-05 11:30:08 -07:00 committed by Denis Kenzior
parent 7b5f640931
commit 197368dcfc

View File

@ -314,6 +314,7 @@ class RadioList(collections.Mapping):
args = dbus.Dictionary({
'Name': name,
'P2P': p2p_device,
'NoVirtualInterface': True,
}, signature='sv')
if iftype_disable: