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_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.65   6 years  stsp   Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected. ok patr...
[TXT] ieee80211.h  1.60   6 years  kevlo   Add the definition of IEEE80211_DUR_DS_SHSLOT. From IEEE Std. 802.11-2016, Tabl...
[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.71   6 years  stsp   Clear WPA group keys from memory before initiating a key exchange with an access...
[TXT] ieee80211_crypto.h  1.25   6 years  stsp   Clear WPA group keys from memory before initiating a key exchange with an access...
[TXT] ieee80211_crypto_bip.c  1.9   7 years  mikeb   Switch 802.11 crypto over to the new AES OK stsp@
[TXT] ieee80211_crypto_ccmp.c  1.20   7 years  mikeb   Switch 802.11 crypto over to the new AES OK stsp@
[TXT] ieee80211_crypto_tkip.c  1.29   7 years  tb   Explicitly zero out the wepseed for TKIP and WEP. ok stsp
[TXT] ieee80211_crypto_wep.c  1.16   7 years  tb   Explicitly zero out the wepseed for TKIP and WEP. ok stsp
[TXT] ieee80211_input.c  1.198   6 years  stsp   Only trigger background scans while we are in RUN state, and do not update a nod...
[TXT] ieee80211_ioctl.c  1.59   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] ieee80211_ioctl.h  1.31   6 years  jsg   Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009. ok stsp@ kevlo@ jca...
[TXT] ieee80211_node.c  1.126   6 years  phessler   convert the test if a node support HT (aka, 11n) into an inline function, instea...
[TXT] ieee80211_node.h  1.73   6 years  phessler   convert __inline to inline no binary change on amd64
[TXT] ieee80211_output.c  1.122   6 years  stsp   My previous commit broke the ramdisk build; fix it
[TXT] ieee80211_pae_input.c  1.31   6 years  stsp   Add comments which document already fixed WPA attack vectors.
[TXT] ieee80211_pae_output.c  1.30   6 years  mpi   Call if_start() directly to send the EAPOL key. Using if_enqueue() here, from i...
[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.83   6 years  phessler   convert the test if a node support HT (aka, 11n) into an inline function, instea...
[TXT] ieee80211_proto.h  1.44   6 years  stsp   Add a new function hook to struct ieee80211com which wireless drivers can use to...
[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.84   6 years  stsp   Add a new function hook to struct ieee80211com which wireless drivers can use to...
[TXT] ieee80211_mira.c (in the Attic) [Hide]  1.11   7 years  stsp   Handle unequal numbers of Tx and Rx streams in MiRA. Problem reported by Colton ...
[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...