mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-05 06:25:18 +00:00
Let the server send retransmit requests for deauths
This commit is contained in:
parent
aec56875f2
commit
9957abbb46
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue