OpenBSD CVS

src/sys/net80211/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / net80211

Current tag: OPENBSD_4_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.20   17 years  reyk   print the phy mode in IFF_DEBUG status output which helps to debug dual/multi mo...
[TXT] ieee80211.h  1.11   18 years  fgsch   typo.
[TXT] ieee80211_amrr.c  1.2   17 years  deraadt   avoid extra inclusions; ok jsg
[TXT] ieee80211_amrr.h  1.3   17 years  damien   s/int/u_int/g
[TXT] ieee80211_crypto.c  1.9   17 years  reyk   fix the key buffer size used for software wep, this could cause problems with no...
[TXT] ieee80211_crypto.h  1.1   19 years  millert   Import current NetBSD/FreeBSD 802.11 framework. Based in part on a diff from Mat...
[TXT] ieee80211_input.c  1.22   17 years  reyk   print the phy mode in IFF_DEBUG status output which helps to debug dual/multi mo...
[TXT] ieee80211_ioctl.c  1.16   17 years  reyk   fix the key buffer size used for software wep, this could cause problems with no...
[TXT] ieee80211_ioctl.h  1.7   17 years  reyk   add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode and "nwfl...
[TXT] ieee80211_node.c  1.18   17 years  damien   s/roundup/howmany/ where it makes sense.
[TXT] ieee80211_node.h  1.10   17 years  deraadt   do not have each net80211 driver define its own rates structures. if they use t...
[TXT] ieee80211_output.c  1.23   17 years  reyk   print the phy mode in IFF_DEBUG status output which helps to debug dual/multi mo...
[TXT] ieee80211_proto.c  1.14   17 years  jsg   FALLTHRU -> FALLTHROUGH for consistency. Suggested by miod@
[TXT] ieee80211_proto.h  1.11   17 years  reyk   print the phy mode in IFF_DEBUG status output which helps to debug dual/multi mo...
[TXT] ieee80211_radiotap.h  1.8   17 years  reyk   add an optional max_rssi attribute to the ieee80211com structure and allow to ex...
[TXT] ieee80211_regdomain.c  1.7   17 years  deraadt   avoid extra inclusions; ok jsg
[TXT] ieee80211_regdomain.h  1.8   18 years  reyk   Update my e-mail address in the copyright statement, no binary changes.
[TXT] ieee80211_rssadapt.c  1.5   17 years  deraadt   avoid extra inclusions; ok jsg
[TXT] ieee80211_rssadapt.h  1.3   17 years  damien   protect those files against multiple inclusions too.
[TXT] ieee80211_var.h  1.18   17 years  damien   s/roundup/howmany/ where it makes sense.