summaryrefslogtreecommitdiff
path: root/components/wifi.c
AgeCommit message (Expand)Author
2019-02-13close file descriptors and fix return valuesMichael Buch
2019-02-13wifi component on FreeBSDMichael Buch
2018-07-08Fix whitespaceAaron Marcher
2018-07-08Consistency with 80 char limit and breaksAaron Marcher
2018-07-07wifi_perc: Simplify on LinuxAaron Marcher
2018-07-06Consistent paramter naming for componentsAaron Marcher
2018-05-31wifi: fixed disconnected wifi status on openbsdTobias Tschinkowitz
2018-05-30Clean up header includesAaron Marcher
2018-05-21Remove units from numbersAaron Marcher
2018-05-19Add the percent sign to *_perc functionsAaron Marcher
2018-05-19Implement esnprintf() and make formatted calls more efficientLaslo Hunhold
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-17wifi: Fix order and add missing headerAaron Marcher
2018-05-17wifi: Change memmove to memcpy on OpenBSDAaron Marcher
2018-05-17wifi_essid: Fix coding styleAaron Marcher
2018-05-16wifi: Fix coding styleAaron Marcher
2018-05-16load_ieee80211_nodereq: Fix typoAaron Marcher
2018-05-16wifi: Move out common headersAaron Marcher
2018-05-16added wifi functionality for openbsdTobias Tschinkowitz
2018-05-07wifi_perc: SimplifyAaron Marcher
2018-05-07Unify header includesAaron Marcher
2018-05-06Fix coding styleAaron Marcher
2018-05-02wifi_perc: Fix file descriptor leakAaron Marcher
2018-05-02wifi: Various cleanupsAaron Marcher
2018-05-01Use indentation to increase readabilityLaslo Hunhold
2018-05-01Revert component-splitLaslo Hunhold
2018-04-30wifi: OS splitQuentin Rameau
2018-03-28Format error messages properlyAaron Marcher
2018-03-28Get rid of err.h as it is not portableAaron Marcher
2018-03-21More robust preprocessor switchesAaron Marcher
2018-03-18Build Linux-only functions only on LinuxAaron Marcher
2018-01-06Fix a bug in wifi_essid().Aaron Marcher
2017-10-24Return actual percentage for wifi_perc()parazyd
2017-09-24Move components into dedicated subdirectoryLaslo Hunhold