qcacmn: Add wapi bkid count in crypto module
Add wapi bkid count in crypto module. Change-Id: Ia242eaefc24fde0fdd25c10e127e6b85f233ade3 CRs-Fixed: 2379886
This commit is contained in:
@@ -2829,6 +2829,9 @@ uint8_t *wlan_crypto_build_wapiie(struct wlan_objmgr_vdev *vdev,
|
|||||||
/* optional capabilities */
|
/* optional capabilities */
|
||||||
WLAN_CRYPTO_ADDSHORT(frm, crypto_params->rsn_caps);
|
WLAN_CRYPTO_ADDSHORT(frm, crypto_params->rsn_caps);
|
||||||
|
|
||||||
|
/* bkid count */
|
||||||
|
WLAN_CRYPTO_ADDSHORT(frm, 0);
|
||||||
|
|
||||||
/* calculate element length */
|
/* calculate element length */
|
||||||
iebuf[1] = frm - iebuf - 2;
|
iebuf[1] = frm - iebuf - 2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user