qcacld-3.0: Create new file in ll_sap component

Create new file in ll_sap component to add api's
related with ll_sap

Change-Id: Ic3829ecd1f00268dae9ddf138caeb4288a47fb3c
CRs-Fixed: 3550283
Dieser Commit ist enthalten in:
Jyoti Kumari
2023-07-05 17:33:02 +05:30
committet von Rahul Choudhary
Ursprung 2f4d5c28be
Commit 1c4333ac79
6 geänderte Dateien mit 71 neuen und 28 gelöschten Zeilen

3
Kbuild
Datei anzeigen

@@ -1624,7 +1624,8 @@ MLME_INC += $(LL_SAP_INC)
ifeq ($(CONFIG_WLAN_FEATURE_LL_LT_SAP), y)
MLME_OBJS += $(LL_SAP_DIR)/dispatcher/src/wlan_ll_sap_ucfg_api.o \
$(LL_SAP_DIR)/core/src/wlan_ll_sap_main.o
$(LL_SAP_DIR)/core/src/wlan_ll_sap_main.o \
$(LL_SAP_DIR)/core/src/wlan_ll_lt_sap_main.o
endif
$(call add-wlan-objs,mlme,$(MLME_OBJS))