20 Commits (master)

Author SHA1 Message Date
Brad Parker 1b5417a47b remove ASan usage, clean up iptest output 8 years ago
Brad Parker 6f0d941de1 show all wifi interfaces 10 years ago
Brad Parker b3d657bb37 silence warning messages that pollute Leo output 11 years ago
Brad Parker 8b6a4b4c05 add getInterfaceType() Wireless function to show current AP/Client/etc. modes, also show current mode in TUI 11 years ago
Brad Parker 7be69181dc add doxygen comments for Wireless class, change Neighbor list() method to return string hash so we can give both ip and mac for arp entries 11 years ago
Brad Parker 175acacdba fix error detection in Neighbor member functions, add doxygen documentation/comments for Interface and Neighbor classes 11 years ago
Brad Parker 1fbb285ba7 fix detection of 802.11a/b protocols 11 years ago
Brad Parker 30cc86a458 separate supported channels into their respective bands 11 years ago
Brad Parker f8bc2943ed add wireless functions to show both all supported frequencies (disabled or not) as well as allowed (RX or both) frequencies, save supported channels as struct with extra info like disabled, radar detection required, max TX power etc. 11 years ago
Brad Parker d9e4c9378e add wireless functions to check supported channels/frequencies/bands (bands not complete yet, only A/B) 11 years ago
Brad Parker b0f1d1d0eb fix error handling on cache allocation, finish removing all dependency on libnl-cli, add string-based conversion functions for wireless channels 11 years ago
Brad Parker df53e1c1b7 remove libnl-cli dependency from Interface class, working on other classes 11 years ago
Brad Parker 6a722b706b add channels() wireless function to return supported channels (and frequencies) 11 years ago
Brad Parker c1303d8c1d move interface->index mapping to separate Utils class, initial work on Wireless class, currently gets list of supported frequencies but they aren't returned yet 11 years ago
Brad Parker 8a5ea276f9 add "deleteAddress" interface command, add "name" function for interface/neighbor and add some const qualifiers 11 years ago
Brad Parker 42762fec65 support addAddress command for interfaces 11 years ago
Brad Parker 4a71bbb3bb add neighbor list function 11 years ago
Brad Parker a806500be9 split neighbor and interface functions into different classes, add static interface list function 11 years ago
Brad Parker 4c5f732fe1 add function to check for link carrier of an interface 11 years ago
Brad Parker 0c88b9d4b4 show mac for an ip and list addresses for an interface 11 years ago