Using Wireshark with Linux and an USB-WiFi-Dongle in monitor-mode, one can see that every Frame is transmitted
11 Times. 1x normally and 10x with the retransmit-flag set.
I guess this is internal logic of the ESP and the retransmit happens due to missing ACKs from a base-station?
[Background: I need to send un-addressed broadcast frames, to-be-received by all nearby WiFi devices in monitor-mode]
Already tried setting several Flags like from-DS, to-DS, broadcast-MAC for receiver and/or base-station but the
behaviour was always the same. Is there an Option to prevent the ESP from retransmitting?
Unfortunately I'm not yet very experiences with WiFi. Maybe there is some sub-type for "data" that allows for
un-ACKed broadcasts just like Beacon-Frames? Maybe it is also possible to add vendor-specific-payload to Beacons
to achieve the same, however it feels a bit odd

Thanks in advance!