mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
auto-t: only wait for wpa_s to get the DPP configuration
As far as wpa_supplicant goes we don't need to test if it can actually connect to the network, just that it receives the DPP configuration.
This commit is contained in:
parent
672098118d
commit
b44e32fde9
@ -80,7 +80,7 @@ class Test(unittest.TestCase):
|
||||
|
||||
self.wpas.dpp_enrollee_start(uri)
|
||||
|
||||
self.hapd.wait_for_event('AP-STA-CONNECTED 42:00:00:00:00:00')
|
||||
self.wpas.wait_for_event('DPP-CONF-RECEIVED')
|
||||
|
||||
def setUp(self):
|
||||
self.wd = IWD(True)
|
||||
|
Loading…
Reference in New Issue
Block a user