Ver Fonte

qcacmn: Add wapi bkid count in crypto module

Add wapi bkid count in crypto module.

Change-Id: Ia242eaefc24fde0fdd25c10e127e6b85f233ade3
CRs-Fixed: 2379886
Arif Hussain há 6 anos atrás
pai
commit
c1e7877ff5
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      umac/cmn_services/crypto/src/wlan_crypto_global_api.c

+ 3 - 0
umac/cmn_services/crypto/src/wlan_crypto_global_api.c

@@ -2829,6 +2829,9 @@ uint8_t *wlan_crypto_build_wapiie(struct wlan_objmgr_vdev *vdev,
 	/* optional capabilities */
 	WLAN_CRYPTO_ADDSHORT(frm, crypto_params->rsn_caps);
 
+	/* bkid count */
+	WLAN_CRYPTO_ADDSHORT(frm, 0);
+
 	/* calculate element length */
 	iebuf[1] = frm - iebuf - 2;