firmware&dashboard changes
This commit is contained in:
@@ -21,5 +21,11 @@
|
||||
#define PROBE_QUEUE_SIZE 128 // max probe events buffered between flushes
|
||||
#define DEAUTH_QUEUE_SIZE 128 // max deauth/disassoc events buffered between flushes
|
||||
|
||||
// ─── Association capture ─────────────────────────────────────────────────────
|
||||
#define ASSOC_QUEUE_SIZE 32 // max assoc/reassoc events buffered between flushes
|
||||
|
||||
// ─── RSSI alert threshold ────────────────────────────────────────────────────
|
||||
#define RSSI_ALERT_THRESHOLD -60 // flush immediately if attack-strength deauth seen (dBm)
|
||||
|
||||
// ─── Channel hopping ─────────────────────────────────────────────────────────
|
||||
#define HOP_DWELL_MS 300 // ms to dwell on each channel (13 ch × 300ms ≈ 4s/sweep)
|
||||
|
||||
Reference in New Issue
Block a user