summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVignesh Viswanathan <viswanat@codeaurora.org>2018-04-04 15:42:26 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-19 22:14:08 -0700
commit4856507308ad4a63ffd72d5ab9c2960edf4282a3 (patch)
tree4bae8060af75d3900f67ccd286335d723c4db41f /tools/perf/scripts/python
parentd2fb2638758156b62c161958ef695b5cdb52b898 (diff)
qcacld-2.0: Stop STA if connection in progress and SAP Stop is received
In STA+SAP concurrency, when the STA connection is in progress or set_key is in progress, the set_hw_mode command to SME is queued and would be processed only after the connection is complete. Meanwhile, when a stop SAP is received and SAP Dissassociate STA is triggered from HDD, the command is queued in SME and cannot be processed until STA connection is done. The add_key command from the supplicant is also stuck as the previous stop_ap command is in progress leading to a deadlock. When the AP sends deauth to the STA due to 4 Way Handshake failure, the STA is reset and then the stop SAP command proceeds, followed by another connection for the STA. Disconnect STA interface first if connection or key exchange is in progress and then stop SAP interface to prevent this deadlock condition. Change-Id: I23ad1fc96882abeaae2d1b051659ea6d24b07428 CRs-Fixed: 2187070
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions