I’m not sure if my python deauth attack isn’t working properly or if I can’t capture deauthentication packages with wireshark? [closed]

I’ve been testing trying to deauthenticate my kindle from own wifi network. I created the following python script using scapy:
from scapy.all import(
RadioTap,
Dot11,
Dot11Deauth,
sendp
)

from argparse import Argum… Continue reading I’m not sure if my python deauth attack isn’t working properly or if I can’t capture deauthentication packages with wireshark? [closed]