mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-02-24 00:14:14 +01:00
No need to send multiple deauths as retransmission will take care of it
This commit is contained in:
parent
35c55b7adb
commit
a6b98aad72
|
|
@ -337,7 +337,6 @@ func (s *controlStream) deinit() {
|
|||
if s.gotAuthID && s.common.gotRemoteSID && s.common.conn != nil {
|
||||
log.Debug("sending deauth")
|
||||
_ = s.sendPktAuth(0x01)
|
||||
_ = s.sendPktAuth(0x01)
|
||||
// Waiting a little bit to make sure the radio can send retransmit requests.
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue