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.
This commit is contained in:
Stefan Kremser
2018-03-25 10:56:30 +02:00
parent e9abf77838
commit c388a61e96

View File

@@ -256,14 +256,14 @@ th, td {
#apTable .name, #apTable .name,
#stTable .id, #stTable .id,
#stTable .ch, #stTable .pkts,
#stTable .lastseen, #stTable .lastseen,
#stTable .mac, #stTable .mac,
#nTable .id, #nTable .id,
#nTable .vendor, #nTable .vendor,
#nTable .ap, #nTable .ap,
#nTable .ch, #nTable .mac,
#ssidTable .id { #ssidTable .id {
display: none; display: none;