summaryrefslogtreecommitdiff
path: root/components/wifi.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-17/+11
* radical re-formatting 1/3: Fix spacingdrkhsh2022-10-281-1/+1
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-1/+1
* various: Put paths into defines to avoid line wrapsdrkhsh2022-10-281-3/+3
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* close file descriptors and fix return valuesMichael Buch2019-02-131-6/+12
* wifi component on FreeBSDMichael Buch2019-02-131-3/+95
* Fix whitespaceAaron Marcher2018-07-081-1/+1
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-6/+6
* wifi_perc: Simplify on LinuxAaron Marcher2018-07-071-3/+4
* Consistent paramter naming for componentsAaron Marcher2018-07-061-13/+13
* wifi: fixed disconnected wifi status on openbsdTobias Tschinkowitz2018-05-311-0/+7
* Clean up header includesAaron Marcher2018-05-301-1/+0
* Remove units from numbersAaron Marcher2018-05-211-2/+2
* Add the percent sign to *_perc functionsAaron Marcher2018-05-191-2/+2
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-191-3/+9
* Add warn() and die()Laslo Hunhold2018-05-181-13/+7
* wifi: Fix order and add missing headerAaron Marcher2018-05-171-1/+2
* wifi: Change memmove to memcpy on OpenBSDAaron Marcher2018-05-171-1/+1
* wifi_essid: Fix coding styleAaron Marcher2018-05-171-2/+2
* wifi: Fix coding styleAaron Marcher2018-05-161-7/+10
* load_ieee80211_nodereq: Fix typoAaron Marcher2018-05-161-1/+1
* wifi: Move out common headersAaron Marcher2018-05-161-20/+12
* added wifi functionality for openbsdTobias Tschinkowitz2018-05-161-1/+75
* wifi_perc: SimplifyAaron Marcher2018-05-071-4/+1
* Unify header includesAaron Marcher2018-05-071-1/+1
* Fix coding styleAaron Marcher2018-05-061-7/+9
* wifi_perc: Fix file descriptor leakAaron Marcher2018-05-021-2/+3
* wifi: Various cleanupsAaron Marcher2018-05-021-9/+6
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-75/+83
* Revert component-splitLaslo Hunhold2018-05-011-0/+92
* wifi: OS splitQuentin Rameau2018-04-301-92/+0
* Format error messages properlyAaron Marcher2018-03-281-4/+5
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-5/+4
* More robust preprocessor switchesAaron Marcher2018-03-211-1/+1
* Build Linux-only functions only on LinuxAaron Marcher2018-03-181-0/+2
* Fix a bug in wifi_essid().Aaron Marcher2018-01-061-0/+1
* Return actual percentage for wifi_perc()parazyd2017-10-241-3/+7
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+85