summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPadma, Santhosh Kumar <skpadma@codeaurora.org>2018-03-21 14:46:24 +0530
committernshrivas <nshrivas@codeaurora.org>2018-03-23 08:59:49 -0700
commit43f6f25738fa97705da34d2291de7099a10ee3f9 (patch)
treeca86a90381dab9182145046d0814b82aa37cb720 /tools/perf/scripts/python
parentd52adc3b8d41e293d32a5246cc98b979405dcb6a (diff)
qcacld-3.0: Fix hidden ssid match in OWE
OWE SSID is hidden in OWE transition mode. When supplicant detects connection to OWE transition mode, it issues connect with required SSID to driver. But that ssid does not present in driver scan cache as it is hidden. Instead of this ssid, driver scan cache has NULL entry. This can result in connection failure due to mismatch in ssid. In normal hidden ssid cases, supplicant issues scan with specific ssid which helps to update driver scan cache with required ssid. SSID is also hidden in OWE transition mode, but supplicant does not issue scan with specific ssid which results in NULL entry in driver scan cache for that SSID. Fix this issue by explicit check for OWE if it is hidden. Change-Id: I95e6b9af37e62c56b4b890090c33d53f89fed731 CRs-Fixed: 2211809
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions