qcacld: Fix crypto compile errors on LE/x86 build

As a part of 11w changes, all the wcnss crypto function
declarations are moved to CNSS platform driver header file and
the dummy function definitions in wlan driver are removed.
But LE/x86 build does not have CONFIG_CNSS set and since
dummy functions are also removed, wlan driver is not
compiling as it is not able to reference the wcnss crypto
functions.

The fix is to revert back and add wcnss dummy functions
in the wlan driver so that it gets included in case of
CONFIG_CNSS not defined.
and if CONFIG_CNSS and PMF is defined, it references the
wcnss declarations on platform driver header file.

Change-Id: Id5fd48f9b97010f418f85ab1076835fe1fab597c
CRs-Fixed: 601651
4 files changed
tree: 88d330417c150dc57521d462194bd5ba9b5ecc85
  1. CORE/
  2. firmware_bin/
  3. tools/
  4. wcnss/
  5. Android.mk
  6. Kbuild
  7. Kconfig
  8. Makefile