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_4_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.36   15 years  beck   make wireless interfaces priority 4 by default. other interfaces remain priority...
[TXT] ieee80211.h  1.49   15 years  damien   Block Ack agreements are unidirectional. Maintain state for both originator and ...
[TXT] ieee80211_amrr.c  1.5   15 years  damien   s/IEEE80211_DPRINTF/DPRINTF/ automatically prepend __func__ to output. deobfusc...
[TXT] ieee80211_amrr.h  1.4   16 years  damien   constify
[TXT] ieee80211_crypto.c  1.58   15 years  damien   Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'. Some s...
[TXT] ieee80211_crypto.h  1.22   15 years  damien   Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implem...
[TXT] ieee80211_crypto_bip.c  1.2   15 years  damien   Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implem...
[TXT] ieee80211_crypto_ccmp.c  1.8   15 years  damien   typos in comments - no binary change.
[TXT] ieee80211_crypto_tkip.c  1.14   15 years  damien   make TKIP TSC start at 1 (instead of 0) to match the standard. many implementati...
[TXT] ieee80211_crypto_wep.c  1.5   15 years  damien   maintain a count of TKIP and CCMP replayed frames. some cleanup while i'm here.
[TXT] ieee80211_input.c  1.111   15 years  damien   sync with 802.11w draft 8.0. the SA Query Transaction Identifier field is now a ...
[TXT] ieee80211_ioctl.c  1.32   15 years  damien   In SIOCS80211SCAN, fail if the interface is not up *and* running. There are case...
[TXT] ieee80211_ioctl.h  1.17   15 years  damien   make "ifconfig if0 chan" list the channels supported by the device. add "ifconfi...
[TXT] ieee80211_node.c  1.55   15 years  damien   fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL). noti...
[TXT] ieee80211_node.h  1.41   15 years  damien   move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead of defining it un...
[TXT] ieee80211_output.c  1.87   15 years  damien   fix prev commit (s/ic_flags/ic_caps/). from dhill@
[TXT] ieee80211_pae_input.c  1.15   15 years  damien   Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implem...
[TXT] ieee80211_pae_output.c  1.15   15 years  damien   Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implem...
[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.40   15 years  damien   sync with 802.11w draft 8.0. the SA Query Transaction Identifier field is now a ...
[TXT] ieee80211_proto.h  1.38   15 years  damien   Block Ack agreements are unidirectional. Maintain state for both originator and ...
[TXT] ieee80211_radiotap.h  1.10   15 years  damien   move definitions of channels attributes away from ieee80211.h such that ieee8021...
[TXT] ieee80211_regdomain.c  1.7   17 years  deraadt   avoid extra inclusions; ok jsg
[TXT] ieee80211_regdomain.h  1.8   18 years  reyk   Update my e-mail address in the copyright statement, no binary changes.
[TXT] ieee80211_rssadapt.c  1.7   15 years  damien   use C99 style struct initializer instead of GCC specific one (from NetBSD). some...
[TXT] ieee80211_rssadapt.h  1.4   16 years  damien   constify
[TXT] ieee80211_var.h  1.60   15 years  damien   prevent injection of raw 802.11 control frames through bpf on drivers that do no...