Hi James,
On 1/4/22 12:18, James Prestwood wrote:
wait_for_event was checking the event string presence in the rx_data
array which meant the event string had to match perfectly to any
received events. This poses problems with events that include additional
information which the caller may not be able to know or does not care
about. For example:
DPP-RX src=02:00:00:00:02:00 freq=2437 type=11
Waiting for this event previously would require the caller know src, freq,
and type. If the caller only wants to wait for DPP-RX, it can now do that.
---
autotests/util/wpas.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
All applied, thanks.
Regards,
-Denis