瀏覽代碼

qcacmn: Handle the wmi event WMI_ROAM_BLACKLIST_EVENTID

The firmware sends a new wmi event WMI_ROAM_BLACKLIST_EVENTID
to send the blacklist AP list.

Change-Id: I04fab853efbded48285ac063bb39c64f342c229b
CRs-Fixed: 2369107
Pragaspathi Thilagaraj 6 年之前
父節點
當前提交
935a05da75
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      wmi/inc/wmi_unified_param.h
  2. 1 0
      wmi/src/wmi_unified_tlv.c

+ 1 - 0
wmi/inc/wmi_unified_param.h

@@ -4809,6 +4809,7 @@ typedef enum {
 	wmi_esp_estimate_event_id,
 	wmi_pdev_ctl_failsafe_check_event_id,
 	wmi_vdev_bcn_reception_stats_event_id,
+	wmi_roam_blacklist_event_id,
 	wmi_events_max,
 } wmi_conv_event_id;
 

+ 1 - 0
wmi/src/wmi_unified_tlv.c

@@ -11735,6 +11735,7 @@ static void populate_tlv_events_id(uint32_t *event_ids)
 		WMI_PDEV_CTL_FAILSAFE_CHECK_EVENTID;
 	event_ids[wmi_vdev_bcn_reception_stats_event_id] =
 		WMI_VDEV_BCN_RECEPTION_STATS_EVENTID;
+	event_ids[wmi_roam_blacklist_event_id] = WMI_ROAM_BLACKLIST_EVENTID;
 }
 
 /**