qcacmn: Add service_ready handling for multiple MBSSID groups

Add change to handle service_ready for,
1.  Ema multi-MBSSID group support
2.  Large beacon support greater than 1.5K

CRs-fixed: 3036717
Change-Id: I1c985faf429aacd78ae74fe0ffe18958fd6aa821
Este commit está contenido en:
Basamma Yakkanahalli
2021-09-15 05:50:52 +05:30
cometido por Madan Koyyalamudi
padre fd8df63e25
commit 9ea8540ecd
Se han modificado 5 ficheros con 16 adiciones y 0 borrados

Ver fichero

@@ -5288,6 +5288,8 @@ typedef enum {
wmi_service_halphy_cal_status,
wmi_service_rtt_ap_initiator_staggered_mode_supported,
wmi_service_rtt_ap_initiator_bursted_mode_supported,
wmi_service_ema_multiple_group_supported,
wmi_service_large_beacon_supported,
wmi_service_aoa_for_rcc_supported,
#ifdef WLAN_FEATURE_P2P_P2P_STA
wmi_service_p2p_p2p_cc_support,

Ver fichero

@@ -17218,6 +17218,10 @@ static void populate_tlv_service(uint32_t *wmi_service)
WMI_SERVICE_RTT_AP_INITIATOR_STAGGERED_MODE_SUPPORTED;
wmi_service[wmi_service_rtt_ap_initiator_bursted_mode_supported] =
WMI_SERVICE_RTT_AP_INITIATOR_BURSTED_MODE_SUPPORTED;
wmi_service[wmi_service_ema_multiple_group_supported] =
WMI_SERVICE_EMA_MULTIPLE_GROUP_SUPPORT;
wmi_service[wmi_service_large_beacon_supported] =
WMI_SERVICE_LARGE_BEACON_SUPPORT;
wmi_service[wmi_service_aoa_for_rcc_supported] =
WMI_SERVICE_AOA_FOR_RCC_SUPPORTED;
#ifdef WLAN_FEATURE_P2P_P2P_STA