tests: Python coding style cleanup (pylint3 bad-whitespace)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
009b54bedd
commit
fab49f6145
102 changed files with 7660 additions and 7645 deletions
|
@ -45,7 +45,7 @@ def test_monitor_iface_wpa2_psk(dev, apdev):
|
|||
|
||||
def test_monitor_iface_multi_bss(dev, apdev):
|
||||
"""AP mode mmonitor interface with hostapd multi-BSS setup"""
|
||||
params = { "ssid": "monitor-iface", "driver_params": "use_monitor=1" }
|
||||
params = {"ssid": "monitor-iface", "driver_params": "use_monitor=1"}
|
||||
hapd = hostapd.add_ap(apdev[0], params)
|
||||
hostapd.add_bss(apdev[0], apdev[0]['ifname'] + '-2', 'bss-2.conf')
|
||||
dev[0].connect("monitor-iface", key_mgmt="NONE", scan_freq="2412")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue