Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ updateChannelActivity
Function
updateChannelActivity
src/modules/wifi/karma_attack.cpp:1613–1615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1611
}
1612
1613
void updateChannelActivity(uint8_t channel) {
1614
if (channel >= 1 && channel <= 14) channelActivity[channel - 1]++;
1615
}
1616
1617
uint8_t getBestChannel() {
1618
uint8_t best = 1;
Callers
1
processQueuedProbeEvents
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected