- fixed: APScan select wasn't working when Multiple AP selection was disbaled.
- fixed: Attack stati wasn't shown
- improved: design of select,deselect all buttons
This change the NameList class in order to fix the bug when you try to
edit the name of sniffed clients.
Now NameList::get return the id of the namelist when receiving a mac
adress (return -1 if the mac adress is not found)
Now NameList::getName return the name when received an id (return
nothing if the id is not found)
Add select / deselect all functionality for appscan and client scan
Pass -1 to the "select" methods to pick all the results.
Pass any other negative number (in the range of a signed int) to
deselect all.
+ Added "select all" and "deselect all" buttons to apscan.html and
stations.html