qcacld-3.0: Add SAP CFG ITEMS Part 1

Add support for the mlme cfg SAP items in mlme component

Change-Id: I7b97ec14d0e328f8abe8585927da1947e5d181d8
CRs-Fixed: 2313045
This commit is contained in:
Bala Venkatesh
2018-08-27 11:42:21 +05:30
committed by nshrivas
parent ba22ce16a5
commit c9df6d01a1
4 changed files with 550 additions and 1 deletions

View File

@@ -28,12 +28,14 @@
#include "cfg_mlme_vht_caps.h"
#include "cfg_mlme_rates.h"
#include "cfg_sap_protection.h"
#include "cfg_mlme_sap.h"
#define CFG_MLME_ALL \
CFG_CHAINMASK_ALL \
CFG_HT_CAPS_ALL \
CFG_VHT_CAPS_ALL \
CFG_RATES_ALL \
CFG_SAP_PROTECTION_ALL
CFG_SAP_PROTECTION_ALL \
CFG_SAP_ALL
#endif /* __CFG_MLME_H */