Browse Source

qcacld-3.0: STA is disconnected with specific AP IPTIME N904NS-second

qcacld-2.0 to qcacld-3.0 propagation

STA gets disconnected with AP IPTIME N904NS when AP is configured
for WPA1 + TKIP on CH 161.

Change-Id: Ifa30ed624c1f9f3c549def45cdb9e5f8ebfae233
CRs-Fixed: 627650
Konamki, Sreelakshmi 9 years ago
parent
commit
f5910aba20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sme/src/csr/csr_api_roam.c

+ 1 - 1
core/sme/src/csr/csr_api_roam.c

@@ -12084,7 +12084,7 @@ static ePhyChanBondState csr_get_cb_mode_from_ies(tpAniSirGlobal pMac,
 		 (pIes->WPA.unicast_cipher_count == 1))
 		&& ((NULL != &(pIes->WPA.unicast_ciphers[0]))
 		    && !memcmp(&(pIes->WPA.unicast_ciphers[0]),
-			       "\x00\x0f\xac\x02", 4)))) {
+			       "\x00\x50\xf2\x02", 4)))) {
 		sms_log(pMac, LOGW,
 			" No channel bonding in TKIP mode ");
 		return PHY_SINGLE_CHANNEL_CENTERED;