mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +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:
parent
7b5f640931
commit
197368dcfc
@ -314,6 +314,7 @@ class RadioList(collections.Mapping):
|
||||
args = dbus.Dictionary({
|
||||
'Name': name,
|
||||
'P2P': p2p_device,
|
||||
'NoVirtualInterface': True,
|
||||
}, signature='sv')
|
||||
|
||||
if iftype_disable:
|
||||
|
Loading…
Reference in New Issue
Block a user