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_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.33   15 years  damien   s/IEEE80211_DPRINTF/DPRINTF/ automatically prepend __func__ to output. deobfusc...
[TXT] ieee80211.h  1.37   15 years  damien   remove unused structures and duplicated definitions. remove clause 3 of license ...
[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.43   15 years  damien   add ieee80211_priv.h file: contains definitions private to net80211. this must n...
[TXT] ieee80211_crypto.h  1.13   16 years  damien   move ieee80211_auth_open() to ieee80211_proto.c move ieee80211_setup_rates() to ...
[TXT] ieee80211_crypto_ccmp.c  1.2   15 years  damien   properly handle management frames (required for future work). remove useless #in...
[TXT] ieee80211_crypto_tkip.c  1.4   15 years  damien   call Phase1 every 2**16 frames instead of calling it for every frame. properly h...
[TXT] ieee80211_crypto_wep.c  1.3   15 years  damien   remove useless #includes.
[TXT] ieee80211_input.c  1.89   15 years  damien   do not use IEEE80211_QOS_TID. its definition in ieee80211.h is wrong. hard-cod...
[TXT] ieee80211_ioctl.c  1.21   16 years  damien   Kernel implementation of the 4-way handshake and group-key handshake protocols (...
[TXT] ieee80211_ioctl.h  1.11   16 years  damien   Kernel implementation of the 4-way handshake and group-key handshake protocols (...
[TXT] ieee80211_node.c  1.38   15 years  damien   Drop frames that are received unencrypted when WEP is on or when WPA is on and R...
[TXT] ieee80211_node.h  1.30   15 years  damien   typo in a comment. no binary change.
[TXT] ieee80211_output.c  1.66   15 years  damien   do not use IEEE80211_QOS_TID. its definition in ieee80211.h is wrong. hard-cod...
[TXT] ieee80211_pae_input.c  1.5   15 years  damien   print the correct value in a debug message.
[TXT] ieee80211_pae_output.c  1.5   15 years  damien   do not touch m after it has been enqueued with IFQ_ENQUEUE(). copy m_pkthdr.len ...
[TXT] ieee80211_priv.h  1.2   15 years  damien   s/IEEE80211_DPRINTF/DPRINTF/ automatically prepend __func__ to output. deobfusc...
[TXT] ieee80211_proto.c  1.28   15 years  damien   s/IEEE80211_DPRINTF/DPRINTF/ automatically prepend __func__ to output. deobfusc...
[TXT] ieee80211_proto.h  1.31   15 years  damien   move processing of EAPOL frames away from ieee80211_{input,output}.c
[TXT] ieee80211_radiotap.h  1.8   17 years  reyk   add an optional max_rssi attribute to the ieee80211com structure and allow to ex...
[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.6   16 years  damien   constify
[TXT] ieee80211_rssadapt.h  1.4   16 years  damien   constify
[TXT] ieee80211_var.h  1.42   15 years  damien   ignore PS mode changes and PS-Poll from non-associated STAs. keep track of the n...