qcacmn: Add support to set 11az ext feature flags

Add support to set 11az ext feature flags
Read the firmware capability for 11az features and
advertise the corresponding wiphy flags.

Change-Id: I85f6cc2f65a5d9892830f66a726cffc823093bca
CRs-Fixed: 3150584
This commit is contained in:
Pragaspathi Thilagaraj
2022-02-09 01:44:30 +05:30
committed by Madan Koyyalamudi
parent 8d44eccea7
commit aa27094cab
6 changed files with 208 additions and 0 deletions

View File

@@ -5581,6 +5581,12 @@ typedef enum {
wmi_service_pn_replay_check_support,
#ifdef QCA_RSSI_DB2DBM
wmi_service_pdev_rssi_dbm_conv_event_support,
#endif
#ifdef WIFI_POS_CONVERGED
wmi_service_rtt_11az_mac_phy_sec_support,
wmi_service_rtt_11az_mac_sec_support,
wmi_service_rtt_11az_ntb_support,
wmi_service_rtt_11az_tb_support,
#endif
wmi_services_max,
} wmi_conv_service_ids;