new: wifi module reports current channel in state

This commit is contained in:
evilsocket 2025-03-27 13:18:21 +01:00
commit 3a360e4622
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,8 @@ func (mod *WiFiModule) hopUnlocked(channel int) (mustStop bool) {
}
}
mod.State.Store("channel", channel)
return
}