I have a script that is sending out 802.11
beacon frames at the typical beacon interval of 102 seconds. However, each time a beacon frame is sent, it prints Sent 1 packet.
With an interval of 102ms, this obviously spams a lot of Sent 1 packet
messages and prevents me from providing useful output of what my script is doing. Is there a way to suppress these messages?
I previously found
surpress scapy warning message when importing the module
But it only removes the no route
warning in scapy.