Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-21 | More robust preprocessor switches | Aaron Marcher | |
Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not. | |||
2018-03-18 | Build Linux-only functions only on Linux | Aaron Marcher | |
2018-01-06 | Fix a bug in wifi_essid(). | Aaron Marcher | |
When an invalid interface name is passed to wifi_essid() it does not close opened sockets. | |||
2017-10-24 | Return actual percentage for wifi_perc() | parazyd | |
Implement basic percentage calculation for wifi_perc. With this commit, the function returns correct percentage, since the max of what /proc/net/wireless returns is 70. | |||
2017-09-24 | Move components into dedicated subdirectory | Laslo Hunhold | |
This brings us a lot more tidiness. |