From c388a61e960b21e977ca2650b2e57c11aa3da709 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sun, 25 Mar 2018 10:56:30 +0200 Subject: [PATCH] Ditched station packets and name mac in favor of Channel The channel is more important as you need to know if your targets run on different channels. Because if they are and you start deauthing them, you will not be able to reconnect to the web interface AP. --- web_interface/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_interface/style.css b/web_interface/style.css index 7f06e65..ac7bc12 100644 --- a/web_interface/style.css +++ b/web_interface/style.css @@ -256,14 +256,14 @@ th, td { #apTable .name, #stTable .id, - #stTable .ch, + #stTable .pkts, #stTable .lastseen, #stTable .mac, #nTable .id, #nTable .vendor, #nTable .ap, - #nTable .ch, + #nTable .mac, #ssidTable .id { display: none;