64 Commits (master)
 

Author SHA1 Message Date
Brad Parker f8af09e4cf remove asan from TUI 3 years ago
Brad Parker 1b5417a47b remove ASan usage, clean up iptest output 8 years ago
Brad Parker 2552576426 add missing include for IFF_* macros 8 years ago
Brad Parker 6863e883fb update doxygen project description 8 years ago
Brad Parker 31b52e0986 Merge creation of github repo with existing code 8 years ago
bparker06 e66c98d852 Initial commit 8 years ago
Brad Parker 6f55309025 fix comparison error 9 years ago
Brad Parker 6f0d941de1 show all wifi interfaces 10 years ago
Brad Parker 244e9e4ab2 sort interface lists 10 years ago
Brad Parker ae7a779ea8 add ifdef to fix compilation on ubuntu 12.04 10 years ago
Brad Parker 6cff6dc4c0 Merge branch 'master' of ssh://fiveforty.net:54649/home/bp-work/work/libip 10 years ago
Brad Parker 8c19d93829 don't use Q_OBJECT macro if we aren't using any signals/slots 10 years ago
Brad Parker cd934c2a0d fix return codes of setLinkUp/Down 10 years ago
Brad Parker b344e79b6c fix usage of setLinkUp/Down 10 years ago
Brad Parker e64c045405 fix definition of noDigitRegex 10 years ago
Brad Parker b7e05ee6ee fix typo and use pre-compiled regex 10 years ago
Brad Parker f5e6231e09 forgot to add dtor definition 11 years ago
Brad Parker 3e321f05b8 add missing destructors 11 years ago
Brad Parker 63173c54b9 change return type of setLinkUp/Down to int instead of bool, remove error argument 11 years ago
Brad Parker 3258ef5f29 revert merge 11 years ago
Brad Parker fd929e5698 Merge branch 'master' of ssh://10.0.4.44:54649/home/bp/work/libip 11 years ago
Brad Parker 3d8f02bb63 fix setLinkUp/Down commands 11 years ago
Brad Parker 266c401164 revert /sys/class/net hack and just resync the cache to find any new devices that have appeared 11 years ago
Brad Parker b3d657bb37 silence warning messages that pollute Leo output 11 years ago
Brad Parker 8a52a45dd1 add option to set interface state up/down, not working yet (returns "Object busy" from netlink) 11 years ago
Brad Parker b838b9df80 show wireless standards on TUI 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 25c19f074d show supported wireless channels 11 years ago
Brad Parker 3b84770e8a start on wireless menu, currently shows supported bands for an interface 11 years ago
Brad Parker f668f9180f undo revert 11 years ago
Brad Parker 8ef55edaeb Revert "fix parsing of neighbor list" 11 years ago
Brad Parker 8bb7ac2d3c Merge branch 'master' of ssh://fiveforty.net:54649/home/bp-work/work/libip 11 years ago
Brad Parker d5dc5bc90e separate operations into a class running in a QThread, this prepares the menu for async operations like wifi control 11 years ago
Brad Parker d77a1a5f67 fix parsing of neighbor list 11 years ago
Brad Parker 240bafdb71 allow escape key to go back on any page (or quit from main menu) 11 years ago
Brad Parker ebc620a65f allow Q key to quit on any page 11 years ago
Brad Parker 40ee2838fe fix string length in snprintf for ARP table to include null byte 11 years ago
Brad Parker 44466c9493 add ARP table info 11 years ago
Brad Parker 81af4f74d6 add add IP address command 11 years ago
Brad Parker 83a22d3c92 return terminal state to original on quit, extra error checking 11 years ago
Brad Parker 9177d2eeae allow deletion of IP addresses through TUI 11 years ago
Brad Parker d81394517d initial work on ncurses based config UI, currently shows IP addresses on all interfaces 11 years ago
Brad Parker e6ed2a6d7c add member list() function for Neighbor so we don't have to specify an interface 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