mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-20 15:40:40 +01:00
Let the server send retransmit requests for deauths
This commit is contained in:
parent
aec56875f2
commit
9957abbb46
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue