qcacmn: Add new enum action OUI type support

Add ACTION_OUI_11BE_OUI_ALLOW enum to support new WMI action
oui type WMI_VENDOR_OUI_ACTION_ALLOW_11BE.
Add scan entry to candidate validation struct.

Change-Id: I502a246584cd5ee6b4759d8fbb67629628314560
CRs-Fixed: 3301859
Šī revīzija ir iekļauta:
Liangwei Dong
2022-09-15 11:55:44 +08:00
revīziju iesūtīja Madan Koyyalamudi
vecāks c307d90397
revīzija 7f3b6c9512
3 mainīti faili ar 6 papildinājumiem un 1 dzēšanām

Parādīt failu

@@ -78,6 +78,7 @@ enum wlan_if_mgr_evt {
* @chan_freq: Frequency of the potential BSS connection
* @beacon_interval: beacon interval of BSS
* @is_mlo: indicate whether MLO is supported by the BSS or not
* @scan_entry: scan entry data
*/
struct validate_bss_data {
struct qdf_mac_addr peer_addr;
@@ -85,6 +86,7 @@ struct validate_bss_data {
uint16_t beacon_interval;
#ifdef WLAN_FEATURE_11BE_MLO
bool is_mlo;
struct scan_cache_entry *scan_entry;
#endif
};