qcacmn: Add interface manager module

- Add interface manager module files
- Add start_connect event processing
- Add stubs for start_connect_complete and start_bss
event processing API's

Change-Id: I91a2bf38755abef38b6a9348d3eb69983217916c
CRs-Fixed: 2759226
This commit is contained in:
Sandeep Puligilla
2020-06-16 13:37:53 -07:00
committed by snandini
vanhempi eaf0cf59d0
commit 00a2d6550f
10 muutettua tiedostoa jossa 462 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -279,6 +279,7 @@
* @WLAN_UMAC_COMP_PKT_CAPTURE: Packet capture component
* @WLAN_UMAC_COMP_DCS: DCS
* @WLAN_IOT_SIM_COMP: IOT Simulation component
* @WLAN_UMAC_COMP_IF_MGR: Interface manager component
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -323,6 +324,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_PKT_CAPTURE = 35,
WLAN_UMAC_COMP_DCS = 36,
WLAN_IOT_SIM_COMP = 37,
WLAN_UMAC_COMP_IF_MGR = 38,
WLAN_UMAC_COMP_ID_MAX,
};