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_6_1


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.58   8 years  dcoppa   Fix "comma at end of enumerator list" warnings Sure stsp@
[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.69.4.1   6 years  stsp   MFC: Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA gr...
[TXT] ieee80211_crypto.h  1.24.4.1   6 years  stsp   MFC: Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA gr...
[TXT] ieee80211_crypto_bip.c  1.8   7 years  tb   Use explicit_bzero() to wipe out key material and add some sizes to free(). ok ...
[TXT] ieee80211_crypto_ccmp.c  1.19   7 years  tb   Use explicit_bzero() to wipe out key material and add some sizes to free(). ok ...
[TXT] ieee80211_crypto_tkip.c  1.28   7 years  tb   Use explicit_bzero() to wipe out key material and add some sizes to free(). ok ...
[TXT] ieee80211_crypto_wep.c  1.15   7 years  tb   Use explicit_bzero() to wipe out key material and add some sizes to free(). ok ...
[TXT] ieee80211_input.c  1.189   7 years  stsp   Make 'ifconfig scan' show WPA information for other APs correctly while the inte...
[TXT] ieee80211_ioctl.c  1.52.4.1   6 years  bluhm   Plug an information leak in ieee80211_node2req(). Problem reported by Ilja Van S...
[TXT] ieee80211_ioctl.h  1.28   7 years  stsp   Make 'ifconfig scan' display AP encryption correctly if WEP is configured on the...
[TXT] ieee80211_node.c  1.115.4.1   6 years  stsp   MFC: Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA gr...
[TXT] ieee80211_node.h  1.68.4.1   6 years  stsp   MFC: Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA gr...
[TXT] ieee80211_output.c  1.118   7 years  stsp   Remove global counters from struct ieee80211com which track the number of associ...
[TXT] ieee80211_pae_input.c  1.28.4.1   6 years  bluhm   Fix length checks in EAPOL key frame parsing. Problem reported by Ilja Van Sprun...
[TXT] ieee80211_pae_output.c  1.29   7 years  stsp   Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. A ma...
[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.74.4.1   6 years  stsp   MFC: Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA gr...
[TXT] ieee80211_proto.h  1.42   7 years  stsp   When processing an ADDBA request, iwm(4) runs a task which sends a command to th...
[TXT] ieee80211_radiotap.h  1.14   7 years  stsp   Allow writing an MCS index to radiotap's rate field. The format we use is the sa...
[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.77   7 years  stsp   Remove global counters from struct ieee80211com which track the number of associ...
[TXT] ieee80211_mira.c (in the Attic) [Hide]  1.10   7 years  stsp   Make mira cope with out-of-range single frame error rate (SFER) values. These ar...
[TXT] ieee80211_mira.h (in the Attic) [Hide]  1.3   7 years  stsp   Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). No fun...