No, beacause hcxdumptool still transmit its own BEACON.
This must be disabled, too:
or on latest git head (>= 6.3.1-65-ge3c196e) additional option:
To monitor outgoing packets run tshark in parallel on the same interface:
or run WireShark in parallel on the same interface and apply display filter:
This must be disabled, too:
Code:
$ sudo hcxdumptool -i wlan0 -w dump.pcapng --attemptapmax=0 --attemptclientmax=0 --disable_beacon
or on latest git head (>= 6.3.1-65-ge3c196e) additional option:
Code:
$ sudo hcxdumptool -i wlan0 -w dump.pcapng --attemptapmax=0 --attemptclientmax=0 --beacontx=0
To monitor outgoing packets run tshark in parallel on the same interface:
Code:
$ tshark -i wlan0 -Y "radiotap.present.dbm_antsignal == 0"
or run WireShark in parallel on the same interface and apply display filter:
Code:
radiotap.present.dbm_antsignal == 0