mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
auto-t: wpas.py: increase timeout for auth protocol
Sometimes wpa_supplicant takes some time to respond to the initial presence anouncements.
This commit is contained in:
parent
bbfcdf0ac7
commit
627e54eb20
@ -279,7 +279,7 @@ class Wpas:
|
|||||||
|
|
||||||
self._rx_data = []
|
self._rx_data = []
|
||||||
self._ctrl_request(cmd)
|
self._ctrl_request(cmd)
|
||||||
self.wait_for_event('DPP-AUTH-SUCCESS')
|
self.wait_for_event('DPP-AUTH-SUCCESS', timeout=30)
|
||||||
self.wait_for_event('DPP-CONF-SENT')
|
self.wait_for_event('DPP-CONF-SENT')
|
||||||
|
|
||||||
def dpp_configurator_remove(self):
|
def dpp_configurator_remove(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user