CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/11/24 04:00:04

Modified files:
        sys/dev/ic     : qwx.c 

Log message:
Improve chances of qwx receiving the initial WPA handshake message.

Run some qwx firmware commands earlier during the association sequence.
We need to wait for these commands to complete, and timing is much less
critical before we have sent our association request. Once we have sent
this request, the AP may try to send the first WPA handshake message
immediately after sending the association response frame. And we could miss
the first WPA message while still setting up firmware state for association.
In the case I observed, losing this race would result in a loop of failed
attempts to join the network.

ok phessler@

Reply via email to