MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _pcapBytes

Function _pcapBytes

web/scripts/ragnar_modern.js:1835–1841  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

1833// wifiExportReport() further down (it also carries the heatmap image + build
1834// plan). It renders the 2.4 GHz Bluetooth / Zigbee overlays and the last AI
1835// analysis inline. This slot previously held a second, server-rendered
1836// wifiExportReport() that was shadowed by that later definition and never ran.
1837
1838// One auto-refresh tick: the Wi-Fi survey plus any enabled overlays. The
1839// Waterfall view streams on its own poll, so it's left alone here.
1840function _wifiAutoTick() {
1841 if (_wifiState.view !== 'waterfall') wifiScan();
1842 if (_wifiState.btOn) wifiBtScan();
1843 if (_wifiState.zbOn && _wifiState.zbAvailable) wifiZbScan();
1844}

Callers 1

analyzePcapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected