summaryrefslogtreecommitdiff
path: root/components/wifi.c
Commit message (Collapse)AuthorAge
* Build Linux-only functions only on LinuxAaron Marcher2018-03-18
|
* Fix a bug in wifi_essid().Aaron Marcher2018-01-06
| | | | | When an invalid interface name is passed to wifi_essid() it does not close opened sockets.
* Return actual percentage for wifi_perc()parazyd2017-10-24
| | | | | | 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-24
This brings us a lot more tidiness.