Let the server send retransmit requests for deauths

This commit is contained in:
Nonoo 2020-10-29 09:20:55 +01:00
parent aec56875f2
commit 9957abbb46

View file

@ -340,6 +340,8 @@ func (s *controlStream) deinit() {
_ = s.sendPktAuth(0x01)
_ = s.sendPktAuth(0x01)
_ = s.sendPktAuth(0x01)
// Waiting a little bit to make sure the radio can send retransmit requests.
time.Sleep(500 * time.Millisecond)
}
s.common.deinit()