qcacmn: Add roam set param command for roam params

This change introduces the new roam set param WMI command to set
the roam params from host to FW.
Also added a fail_bssid param in wmi_roam_result TLV to know the
roam failed AP BSSID from the FW.
Added a new vendor command event for sending roam events stats
attributes to userspace.

Change-Id: I7a08635a7912cbd940d90a2d62433296740ad913
CRs-Fixed: 3050799
This commit is contained in:
Srikanth Marepalli
2021-10-18 23:31:51 +05:30
committato da Madan Koyyalamudi
parent 742b2805c0
commit a4128d5887
6 ha cambiato i file con 86 aggiunte e 0 eliminazioni

Vedi File

@@ -245,6 +245,9 @@ enum qca_nl80211_vendor_subcmds_index {
#ifdef WLAN_FEATURE_CONNECTIVITY_LOGGING
QCA_NL80211_VENDOR_SUBCMD_DIAG_EVENT_INDEX,
#endif
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
QCA_NL80211_VENDOR_SUBCMD_ROAM_EVENTS_INDEX,
#endif
};
#if !defined(SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC) && \