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_5_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.40   10 years  mpi   Remove unneeded include. ok deraadt@
[TXT] ieee80211.h  1.50   11 years  claudio   Create a printb() suitable string for IEEE80211_FC1 field. Needed to show more i...
[TXT] ieee80211_amrr.c  1.7   13 years  fgsch   Allow the kernel to compile with IEEE80211_DEBUG. deraadt@ ok.
[TXT] ieee80211_amrr.h  1.4   16 years  damien   constify
[TXT] ieee80211_crypto.c  1.62   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_crypto.h  1.22   15 years  damien   Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implem...
[TXT] ieee80211_crypto_bip.c  1.5   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_crypto_ccmp.c  1.14   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_crypto_tkip.c  1.22   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_crypto_wep.c  1.10   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_input.c  1.126   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_ioctl.c  1.35   9 years  stsp   Return RSN (WPA) information to userland during wireless scan, and make ifconfig...
[TXT] ieee80211_ioctl.h  1.19   9 years  stsp   Return RSN (WPA) information to userland during wireless scan, and make ifconfig...
[TXT] ieee80211_node.c  1.81   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_node.h  1.45   10 years  mpi   Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address tree an...
[TXT] ieee80211_output.c  1.91   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] ieee80211_pae_input.c  1.20   9 years  mpi   Fix debug printf, from Nathanael Rensen and chris@.
[TXT] ieee80211_pae_output.c  1.17   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] ieee80211_priv.h  1.5   15 years  damien   Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implem...
[TXT] ieee80211_proto.c  1.47   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ieee80211_proto.h  1.39   14 years  damien   when wpa is enabled, defer setting the link up until the 802.1X port is valid (k...
[TXT] ieee80211_radiotap.h  1.11   13 years  damien   Drop 3rd and 4th clauses from David Young's license. from NetBSD
[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.10   13 years  fgsch   Allow the kernel to compile with IEEE80211_DEBUG. deraadt@ ok.
[TXT] ieee80211_rssadapt.h  1.5   13 years  damien   Drop 3rd and 4th clauses from David Young's license. from NetBSD
[TXT] ieee80211_var.h  1.62   12 years  stsp   Implement missing bits of node inactivity accounting in hostap mode. Small parts...