| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| IPv6 Support.tar.gz | 2021-09-18 | 221.2 kB | |
| IPv6 Support.zip | 2021-09-18 | 239.5 kB | |
| README.md | 2021-09-18 | 1.2 kB | |
| Totals: 3 Items | 461.9 kB | 0 | |
Enhancements and Fixes
- Info Screen:
- fix mis-spelled format identifier (#104),
- add fields for carrier / link mode,
- handle (accidentally) positive signal levels (#100),
- fix display of bonded interfaces (#103),
- add more network information,
- add IPv6 support (#83),
- use error-checking mutexes (#96),
-
display MCS bitrate information (#86);
-
Scan Screen:
- do not enable scan if
rfkillis enabled (#84), - unblock data mutex at end (fixing a deadlock condition),
-
reset filter when there are no results;
-
History Screen:
- deprecate threshold actions (were not of much use),
- remove support for noise levels,
- add missing
#include(#95), - add wide-character support (#97),
-
reset data when switching between interfaces;
-
Menu Bar:
- improve highlighting of selected entries;
Miscellaneous
- drop dependency on wireless extensions,
- build uses correct
ncursesflags (#89), - build now uses
-Wextraby default, - build now honours
configureCFLAGS(#90), - update
README(#92), - document how to use
wavemonwithinscreen(#85), - list of wireless interfaces is now also populated via nl80211 (no longer
ioctl).