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_5_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ieee80211.c  1.39   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] ieee80211.h  1.50   11 years  claudio   Create a printb() suitable string for IEEE80211_FC1 field. Needed to show more i...
[TXT] ieee80211_amrr.c  1.7   13 years  fgsch   Allow the kernel to compile with IEEE80211_DEBUG. deraadt@ ok.
[TXT] ieee80211_amrr.h  1.4   16 years  damien   constify
[TXT] ieee80211_crypto.c  1.60   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[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.3   13 years  matthew   Switch some obvious network stack MAC comparisons from bcmp() to timingsafe_bcmp...
[TXT] ieee80211_crypto_ccmp.c  1.12   13 years  blambert   Passing M_WAITOK to mbuf functions is supposed to be a contract between the call...
[TXT] ieee80211_crypto_tkip.c  1.19   13 years  blambert   Passing M_WAITOK to mbuf functions is supposed to be a contract between the call...
[TXT] ieee80211_crypto_wep.c  1.8   13 years  blambert   Passing M_WAITOK to mbuf functions is supposed to be a contract between the call...
[TXT] ieee80211_input.c  1.123   10 years  deraadt   Replace all ovbcopy with memmove; swap the src and dst arguments too ok otto
[TXT] ieee80211_ioctl.c  1.34   13 years  kettenis   In the implementation of the SIOCS80211DELNODE ioctl, call ieee80211_node_leave(...
[TXT] ieee80211_ioctl.h  1.18   13 years  fgsch   kill is_rx_elem_unknown. damien@ ok. ports checked by sthen@.
[TXT] ieee80211_node.c  1.78   11 years  claudio   Make ieee80211_set_tim() available from outside of ieee80211_node.c so drivers l...
[TXT] ieee80211_node.h  1.44   11 years  claudio   Make ieee80211_set_tim() available from outside of ieee80211_node.c so drivers l...
[TXT] ieee80211_output.c  1.88   13 years  damien   use the correct block ack structure when building an ADDBA response.
[TXT] ieee80211_pae_input.c  1.18   13 years  blambert   Collapse m_pullup and m_pullup2 into a single function, as they're essentially i...
[TXT] ieee80211_pae_output.c  1.16   13 years  damien   when rekeying the GTK/IGTK, send the new key to clients, not the old one. found...
[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.46   12 years  stsp   Don't unconditionally allocate new nodes in the hostap auth frame input path. Ch...
[TXT] ieee80211_proto.h  1.39   14 years  damien   when wpa is enabled, defer setting the link up until the 802.1X port is valid (k...
[TXT] ieee80211_radiotap.h  1.11   13 years  damien   Drop 3rd and 4th clauses from David Young's license. from NetBSD
[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.10   13 years  fgsch   Allow the kernel to compile with IEEE80211_DEBUG. deraadt@ ok.
[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.62   12 years  stsp   Implement missing bits of node inactivity accounting in hostap mode. Small parts...