fixup! UDS: Add coonnect and disconnect
This commit is contained in:
parent
f29a9ac3c1
commit
5904e11215
|
@ -444,7 +444,6 @@ void HandleDeauthenticationFrame(const Network::WifiPacket& packet) {
|
|||
connection_status.total_nodes--;
|
||||
|
||||
network_info.total_nodes--;
|
||||
node_info.erase(node);
|
||||
connection_status_event->Signal();
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue