qcacmn: Add service bit for wpa3 sha384 roam
Add the service bit wmi_service_wpa3_sha384_roam_support used by firmware to indicate the roaming support for WPA3 SHA384. Change-Id: I4bb4f9fd83085c48c646818124265486bae62c0c CRs-Fixed: 3334343
This commit is contained in:

committed by
Madan Koyyalamudi

parent
af28913edf
commit
2be3e823e2
@@ -6199,6 +6199,7 @@ typedef enum {
|
|||||||
#ifdef WLAN_FEATURE_SR
|
#ifdef WLAN_FEATURE_SR
|
||||||
wmi_service_obss_per_packet_sr_support,
|
wmi_service_obss_per_packet_sr_support,
|
||||||
#endif
|
#endif
|
||||||
|
wmi_service_wpa3_sha384_roam_support,
|
||||||
wmi_services_max,
|
wmi_services_max,
|
||||||
} wmi_conv_service_ids;
|
} wmi_conv_service_ids;
|
||||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||||
|
@@ -21157,6 +21157,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
|||||||
wmi_service[wmi_service_obss_per_packet_sr_support] =
|
wmi_service[wmi_service_obss_per_packet_sr_support] =
|
||||||
WMI_SERVICE_OBSS_PER_PACKET_SR_SUPPORT;
|
WMI_SERVICE_OBSS_PER_PACKET_SR_SUPPORT;
|
||||||
#endif
|
#endif
|
||||||
|
wmi_service[wmi_service_wpa3_sha384_roam_support] =
|
||||||
|
WMI_SERVICE_WMI_SERVICE_WPA3_SHA384_ROAM_SUPPORT;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user