Fix TSCM WiFi detection, SDR capabilities, layout, and correlation/cluster emission

- Use networksetup instead of deprecated airport utility for macOS WiFi detection
- Fix SDRDevice attribute access (use getattr instead of dict .get())
- Move Detected Threats panel next to RF Signals in 2-column grid
- Always run correlation/identity analysis at sweep end, even if stopped by user

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-05 16:41:10 +00:00
parent 5d4b19aef2
commit eabb6b2951
4 changed files with 22 additions and 29 deletions

View File

@@ -69,11 +69,6 @@
min-height: 200px;
height: 200px;
}
/* Full-width panels (like Detected Threats) get more height */
.tscm-panel[style*="grid-column: span 2"] {
min-height: 150px;
height: 150px;
}
.tscm-panel-header {
padding: 10px 12px;
background: rgba(0,0,0,0.3);