|
@@ -858,6 +858,19 @@ QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
|
|
|
struct ext_scan_setbssi_hotlist_params *
|
|
|
photlist, int *buf_len);
|
|
|
|
|
|
+/**
|
|
|
+ * wmi_unified_set_active_bpf_mode_cmd() - config active BPF mode in FW
|
|
|
+ * @wmi_hdl: the WMI handle
|
|
|
+ * @vdev_id: the Id of the vdev to apply the configuration to
|
|
|
+ * @ucast_mode: the active BPF mode to configure for unicast packets
|
|
|
+ * @mcast_bcast_mode: the active BPF mode to configure for multicast/broadcast
|
|
|
+ * packets
|
|
|
+ */
|
|
|
+QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl,
|
|
|
+ uint8_t vdev_id,
|
|
|
+ enum wmi_host_active_bpf_mode ucast_mode,
|
|
|
+ enum wmi_host_active_bpf_mode mcast_bcast_mode);
|
|
|
+
|
|
|
QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
|
|
|
uint8_t macaddr[IEEE80211_ADDR_LEN],
|
|
|
struct stats_request_params *param);
|