index
:
slstatus
master
slstatus patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
wifi.c
Age
Commit message (
Expand
)
Author
2019-02-13
wifi component on FreeBSD
Michael Buch
2018-07-08
Fix whitespace
Aaron Marcher
2018-07-08
Consistency with 80 char limit and breaks
Aaron Marcher
2018-07-07
wifi_perc: Simplify on Linux
Aaron Marcher
2018-07-06
Consistent paramter naming for components
Aaron Marcher
2018-05-31
wifi: fixed disconnected wifi status on openbsd
Tobias Tschinkowitz
2018-05-30
Clean up header includes
Aaron Marcher
2018-05-21
Remove units from numbers
Aaron Marcher
2018-05-19
Add the percent sign to *_perc functions
Aaron Marcher
2018-05-19
Implement esnprintf() and make formatted calls more efficient
Laslo Hunhold
2018-05-18
Add warn() and die()
Laslo Hunhold
2018-05-17
wifi: Fix order and add missing header
Aaron Marcher
2018-05-17
wifi: Change memmove to memcpy on OpenBSD
Aaron Marcher
2018-05-17
wifi_essid: Fix coding style
Aaron Marcher
2018-05-16
wifi: Fix coding style
Aaron Marcher
2018-05-16
load_ieee80211_nodereq: Fix typo
Aaron Marcher
2018-05-16
wifi: Move out common headers
Aaron Marcher
2018-05-16
added wifi functionality for openbsd
Tobias Tschinkowitz
2018-05-07
wifi_perc: Simplify
Aaron Marcher
2018-05-07
Unify header includes
Aaron Marcher
2018-05-06
Fix coding style
Aaron Marcher
2018-05-02
wifi_perc: Fix file descriptor leak
Aaron Marcher
2018-05-02
wifi: Various cleanups
Aaron Marcher
2018-05-01
Use indentation to increase readability
Laslo Hunhold
2018-05-01
Revert component-split
Laslo Hunhold
2018-04-30
wifi: OS split
Quentin Rameau
2018-03-28
Format error messages properly
Aaron Marcher
2018-03-28
Get rid of err.h as it is not portable
Aaron Marcher
2018-03-21
More robust preprocessor switches
Aaron Marcher
2018-03-18
Build Linux-only functions only on Linux
Aaron Marcher
2018-01-06
Fix a bug in wifi_essid().
Aaron Marcher
2017-10-24
Return actual percentage for wifi_perc()
parazyd
2017-09-24
Move components into dedicated subdirectory
Laslo Hunhold