974c27e69ca5f6c6e4b1f1367f8c96c16e10a188

When LFR3 compile time flag WLAN_FEATURE_ROAM_OFFLOAD is disabled, compilation of wlan driver fails as btk_key is defined under WLAN_FEATURE_ROAM_OFFLOAD but sme_add_key_btk tries to access this value irrespective of the compile time flag. As the caller of sme_add_key_btk, calls this only if the function hdd_is_btk_enc_type returns true and this function hdd_is_btk_enc_type() is conditionally compiled based on WLAN_FEATURE_ROAM_OFFLOAD, its better to include sme_add_key_btk only if WLAN_FEATURE_ROAM_OFFLOAD is enabled. Change-Id: I51315ed3bff8979120b86f75c06362a1c8a5658c CRs-Fixed: 2408418
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Langue
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%