diff --git a/controlstream.go b/controlstream.go index c147649..f244aef 100644 --- a/controlstream.go +++ b/controlstream.go @@ -332,6 +332,9 @@ func (s *controlStream) deinit() { if s.gotAuthID && s.common.gotRemoteSID && s.common.conn != nil { log.Debug("sending deauth") _ = s.sendPktAuth(0x01) + _ = s.sendPktAuth(0x01) + _ = s.sendPktAuth(0x01) + _ = s.sendPktAuth(0x01) } s.common.deinit()