android_kernel_xiaomi_sm8350/core/sap
Will Huang 0e083cb878 qcacld-3.0: Fix runtime error if undefine WLAN_CONV_CRYPTO_SUPPORTED
wlan_set_vdev_crypto_prarams_from_ie() is defined in qcacmn code but
disabled in Kbuild if CONFIG_CRYPTO_COMPONENT=n, it caused runtime
error if run it.

The #ifdef/#else code should live in common code where define
wlan_set_vdev_crypto_prarams_from_ie(), but there is no motivation
from WIN side to add any code which is not converged.
And it is not appropriate to put it into exist head files, so just
define inlined wrapper functions to cover the not defined case.

Change-Id: I11916703fff860025728f904c8d3906eee1d0037
CRs-Fixed: 2592904
2020-01-03 06:25:57 -08:00
..
inc qcacld-3.0: STA+SAP 6Ghz concurrency 2019-12-27 11:22:38 -08:00
src qcacld-3.0: Fix runtime error if undefine WLAN_CONV_CRYPTO_SUPPORTED 2020-01-03 06:25:57 -08:00