summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAbhinav Kumar <abhikuma@codeaurora.org>2018-10-12 17:46:04 +0530
committernshrivas <nshrivas@codeaurora.org>2018-10-16 06:14:00 -0700
commit27d0623f6a88e9ee19302e7d27d1d0856413a9be (patch)
treead81a3853dbeb9d829ad614e9cabe5b5a02518db /tools/perf/scripts/python
parent58d3d720558cf8a9ff2bbecb812af883772e8e03 (diff)
qcacld-3.0: Fix FT roaming failure for WEP Auto switch auth mode
hdd_set_csr_auth_type sets roam profile auth type on the basis of pHddStaCtx->conn_info.authType. Currently, if supplicant sends pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_AUTOSWITCH, driver is not handling this case and by default sets eCSR_AUTH_TYPE_UNKNOWN. When scan results are obtained, driver is not able to match the auth type in csrIsSecurityMatch as its set to UNKNOWN .This leads to connection failure in FT roaming. Fix is to set proper value of pRoamProfile->AuthType in case of pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_AUTOSWITCH. Change-Id: I203f71606ee424340b447caecb91aded18c029b0 CRs-Fixed: 2327541
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions