Howto use ARPWATCH on wireless and virtual bridge device

After installing ARPWATCH I tried to configure it to control also a wireless device (setup in /etc/sysconfig/arpwatch), but service does not start.

Content of /etc/sysconfig/arpwatch:

ARPWATCH_INTERFACE=“wpl0s29u1 virbr0”
ARPWATCH_ARGS=""

Output of “systemctl status arpwatch.service”:

arpwatch.service - Arpwatch daemon which keeps track of ethernet/ip address pairings
Loaded: loaded (/usr/lib/systemd/system/arpwatch.service; enabled)
Active: failed (Result: exit-code) since vie 2016-10-28 19:04:38 PYST; 11s ago
Process: 8792 ExecStart=/usr/sbin/arpwatch $ARPWATCH_ARGS -i %i -f /var/lib/arpwatch/arp.dat.%i (code=exited, status=1/FAILURE)
Process: 8789 ExecStartPre=/usr/bin/touch /var/lib/arpwatch/arp.dat.%i (code=exited, status=0/SUCCESS)

oct 28 19:04:38 noe arpwatch[8792]: arpwatch: bad interface : SIOCGIFADDR: : No such device
oct 28 19:04:38 noe systemd[1]: arpwatch.service: control process exited, code=exited status=1
oct 28 19:04:38 noe systemd[1]: Failed to start Arpwatch daemon which keeps track of ethernet/ip address pairings.
oct 28 19:04:38 noe systemd[1]: Unit arpwatch.service entered failed state.

Is there any way to configure arpwatch to listen on these two interfaces ?

Thanks in advance.