qcacld-3.0: Add MLME CFG items and APIs

Add the basic infra for MLME CFG items and the APIs to be used from
other components.

Change-Id: I39654de8f7266089d574b85437a19e8d21f91249
CRs-Fixed: 2293825
This commit is contained in:
Vignesh Viswanathan
2018-05-24 15:53:58 +05:30
committato da nshrivas
parent 2455337736
commit 21c58cb8c3
29 ha cambiato i file con 782 aggiunte e 351 eliminazioni

Vedi File

@@ -18,6 +18,7 @@
#include "cfg_define.h"
#include "cfg_converged.h"
#include "cfg_mlme.h"
#ifdef CONVERGED_P2P_ENABLE
#include "wlan_p2p_cfg.h"
@@ -37,8 +38,10 @@
#define CFG_NAN_ALL
#endif
/* Maintain Alphabetic order here while adding components */
#define CFG_ALL \
CFG_CONVERGED_ALL \
CFG_MLME_ALL \
CFG_NAN_ALL \
CFG_P2P_ALL \
CFG_TDLS_ALL \
CFG_NAN_ALL
CFG_TDLS_ALL