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_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.63   6 years  stsp   When selecting the next wireless mode during the scan loop, always select AUTO m...
[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.196   6 years  stsp   If a beacon is received in RUN state, reset the management timer. Some wifi dri...
[TXT] ieee80211_ioctl.c  1.53   6 years  stsp   Plug an information leak in ieee80211_node2req(). Problem reported by Ilja Van S...
[TXT] ieee80211_ioctl.h  1.29   6 years  stsp   Plug an information leak in ieee80211_node2req(). Problem reported by Ilja Van S...
[TXT] ieee80211_node.c  1.121   6 years  stsp   When starting a new scan always set the mode to AUTO if the driver scans all ban...
[TXT] ieee80211_node.h  1.69   6 years  stsp   Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA group k...
[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.30   6 years  stsp   Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA group k...
[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.80   6 years  stsp   Clear WPA group keys from memory before initiating a key exchange with an access...
[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.79   7 years  stsp   The net80211 stack was providing a 'beacon miss timeout' value (in ms) which spe...
[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...