Suricata IDS scan all interfaces

I’m configuring a Suricata agent on a windows machine that as both an ethernet interface as well as a wi-fi interface.

So basically, my ethernet as an ip (for example 192.168.2.1) and my wi-fi interface as another (for example 192.168.1.1) and i would like to know if there is any way to start Suricata so that it can scan all the interfaces.

I’m installing and setting up Suricata with this command:
.\suricata.exe -c .\suricata.yaml -i $ipv4 -l ./log -knone -vvv --service-install

Have you tried specifying multiple interfaces on the command line: -i <nic-1> -i <nic-2>?