summaryrefslogtreecommitdiff
path: root/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in wifi_essid().Aaron Marcher2018-01-061-0/+1
| | | | | When an invalid interface name is passed to wifi_essid() it does not close opened sockets.
* Return actual percentage for wifi_perc()parazyd2017-10-241-3/+7
| | | | | | 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.
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-2419-0/+796
This brings us a lot more tidiness.