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_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.58   8 years  stsp   Fix fallout from turbo mode removal commit: Channel initialization was broken an...
[TXT] ieee80211.h  1.57   8 years  stsp   Add short comments explaining HT protection modes.
[TXT] ieee80211_amrr.c  1.11   8 years  stsp   Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode in b...
[TXT] ieee80211_amrr.h  1.4   16 years  damien   constify
[TXT] ieee80211_crypto.c  1.66   8 years  mpi   branches: 1.66.4; No need to include <net/if_arp.h> This header is only needed...
[TXT] ieee80211_crypto.h  1.23   8 years  mpi   branches: 1.23.4; Keep kernel definitions under _KERNEL to unbreak security/wpa...
[TXT] ieee80211_crypto_bip.c  1.7   8 years  mpi   No need to include <net/if_arp.h> This header is only needed because <netinet/i...
[TXT] ieee80211_crypto_ccmp.c  1.18   8 years  mpi   No need to include <net/if_arp.h> This header is only needed because <netinet/i...
[TXT] ieee80211_crypto_tkip.c  1.25   8 years  mpi   No need to include <net/if_arp.h> This header is only needed because <netinet/i...
[TXT] ieee80211_crypto_wep.c  1.14   8 years  mpi   No need to include <net/if_arp.h> This header is only needed because <netinet/i...
[TXT] ieee80211_input.c  1.168.2.1   7 years  benno   MFC: Fix a bug allowing a man-in-the-middle attack against WPA wireless clients....
[TXT] ieee80211_ioctl.c  1.40   8 years  stsp   Fix manual scan while associated in 11a mode. It would only show APs on 5GHz. Pr...
[TXT] ieee80211_ioctl.h  1.23   8 years  stsp   Remove wireless turbo mode support. It is a non-standard extension which only wo...
[TXT] ieee80211_node.c  1.99.2.1   8 years  stsp   Merge ieee80211_node.c r1.100 to 5.9-stable. Fixes iwi(4) and perhaps other wire...
[TXT] ieee80211_node.h  1.59.2.1   7 years  benno   MFC: Fix a bug allowing a man-in-the-middle attack against WPA wireless clients....
[TXT] ieee80211_output.c  1.110   8 years  stsp   Define EDCA tables for 11n mode. Per 802.11-2012 they are the same as the tables...
[TXT] ieee80211_pae_input.c  1.25.2.1   7 years  benno   MFC: Fix a bug allowing a man-in-the-middle attack against WPA wireless clients....
[TXT] ieee80211_pae_output.c  1.26.2.1   7 years  benno   MFC: Fix a bug allowing a man-in-the-middle attack against WPA wireless clients....
[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.64.2.1   7 years  benno   MFC: Fix a bug allowing a man-in-the-middle attack against WPA wireless clients....
[TXT] ieee80211_proto.h  1.41   8 years  stsp   Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode in b...
[TXT] ieee80211_radiotap.h  1.13   8 years  stsp   Remove wireless turbo mode support. It is a non-standard extension which only wo...
[TXT] ieee80211_regdomain.c  1.10   8 years  mpi   No need to include <net/if_arp.h> This header is only needed because <netinet/i...
[TXT] ieee80211_regdomain.h  1.9   8 years  stsp   Remove wireless turbo mode support. It is a non-standard extension which only wo...
[TXT] ieee80211_rssadapt.c  1.11   9 years  tedu   unifdef some more INET. v4 4life.
[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.71   8 years  stsp   Keep track of HT protection settings in beacons and have 11n-capable drivers upd...