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_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.84   4 years  stsp   Undo pseudo-driver changes early in ieee80211_ifdetach() to prevent a use-after-...
[TXT] ieee80211.h  1.62   5 years  stsp   Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. ok patrick@...
[TXT] ieee80211_amrr.c  1.12   5 years  stsp   Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.
[TXT] ieee80211_amrr.h  1.4   17 years  damien   constify
[TXT] ieee80211_crypto.c  1.77   3 years  stsp   ieee80211_decrypt must use m_freem() instead of m_free() Patch by zxystd from t...
[TXT] ieee80211_crypto.h  1.27   4 years  stsp   Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. So ...
[TXT] ieee80211_crypto_bip.c  1.10   5 years  claudio   M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() an...
[TXT] ieee80211_crypto_ccmp.c  1.22   4 years  stsp   Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. So ...
[TXT] ieee80211_crypto_tkip.c  1.33   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ieee80211_crypto_wep.c  1.17   5 years  claudio   M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() an...
[TXT] ieee80211_input.c  1.232.2.1   3 years  bluhm   Drop fragmented 802.11 frames. Fragmented frames were never of any practical us...
[TXT] ieee80211_ioctl.c  1.80   3 years  krw   Always check for EBUSY when the return value of ic_set_key() is tested. Fixes u...
[TXT] ieee80211_ioctl.h  1.41   3 years  gerhard   The command value of the _IOC() macro is limited to values [0..255]. This change...
[TXT] ieee80211_node.c  1.184   3 years  stsp   When starting an AP or IBSS network, reconfigure the operation mode to 11ac/n/a/...
[TXT] ieee80211_node.h  1.87   3 years  stsp   Improve processing of lost frames during 802.11 Rx aggregation. Make ieee80211_...
[TXT] ieee80211_output.c  1.133   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ieee80211_pae_input.c  1.37   3 years  krw   Always check for EBUSY when the return value of ic_set_key() is tested. Fixes u...
[TXT] ieee80211_pae_output.c  1.32   3 years  patrick   Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the "new" API....
[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.101   3 years  stsp   Disable A-MSDU support again. iwm(4) 9k and iwx(4) need more work before AMSDU ...
[TXT] ieee80211_proto.h  1.46   4 years  stsp   Make wireless drivers call if_input() only once per interrupt. This reduces dro...
[TXT] ieee80211_ra.c  1.2   3 years  mestre   an invalid value of `mcs' may come from the hardware so adjust code so that the ...
[TXT] ieee80211_ra.h  1.1   3 years  stsp   Add RA, a new 11n Tx rate adaptation module for net80211. Written by Christian ...
[TXT] ieee80211_radiotap.h  1.16   3 years  mpi   Kill unused IEEE80211_RADIOTAP_HWQUEUE. Its value is conflicting with an effort...
[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.102   3 years  cheloha   ieee80211: track micfail timeout with getuptime(9) instead of ticks With input ...
[TXT] ieee80211_mira.c (in the Attic) [Hide]  1.30   4 years  stsp   Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4). ok deraa...
[TXT] ieee80211_mira.h (in the Attic) [Hide]  1.8   4 years  tb   Fix dead link to the MiRA paper and add DOI link to the published version. ok s...