summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_proto.c
AgeCommit message (Expand)Author
2012-01-18Don't unconditionally allocate new nodes in the hostap auth frame input path.Stefan Sperling
2011-02-21Fix stats about node allocation failures.Stefan Sperling
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-28Suspending drivers need to do as little as possible in here, so when theTheo de Raadt
2010-06-05when rekeying the GTK/IGTK, send the new key to clients, not theDamien Bergamini
2009-11-21when wpa is enabled, defer setting the link up until the 802.1XDamien Bergamini
2009-03-26sync with 802.11w draft 8.0.Damien Bergamini
2009-01-28Block Ack agreements are unidirectional.Damien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-09-27Initial implementation of PMKSA caching and pre-authentication.Damien Bergamini
2008-08-29move code to support Frequency-Hopping spread spectrum (FHSS) PHYsDamien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-14put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUGDamien Bergamini
2008-08-12clear Tx_Rx protection bits properly.Damien Bergamini
2008-08-12generate a random IGTK in HostAP mode if we're MFP-capable.Damien Bergamini
2008-08-12Change the way we process EAPOL-Key frames.Damien Bergamini
2008-08-12get rid of the map_ptk()/map_gtk() functions, just inline themDamien Bergamini
2008-07-27s/IEEE80211_DPRINTF/DPRINTF/Damien Bergamini
2008-07-26shrink ieee80211_set_link_state().Damien Bergamini
2008-07-21add ieee80211_priv.h file: contains definitions private to net80211.Damien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-04-21move ieee80211_auth_open() to ieee80211_proto.cDamien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-10-08Get trunk(4) working again with 802.11 devices. Spotted by ajacoutot@.Marcus Glocker
2007-07-28adds functions to parse and to build EAPOL-Key frames used inDamien Bergamini
2007-07-04add subtype "Action" for management frames.Damien Bergamini
2007-06-16remove stupid macro.Damien Bergamini
2007-06-16constifyDamien Bergamini
2007-06-16de-staticDamien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2006-12-25print the phy mode in IFF_DEBUG status output which helps to debugReyk Floeter
2006-08-29Change the way ieee80211_fix_rate() handles the IEEE80211_F_DOFRATE flag.Damien Bergamini
2006-08-19move computation of mbps after checking the value of ni->ni_txrateDamien Bergamini
2006-06-18Improve 802.11b/g interoperability and move toward better complianceDamien Bergamini
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-09-08mostly knfReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
2005-03-13fix whitespaceReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2004-07-04fix a NetBSDism and a pasto left over from the import; ok millert@Christian Weisgerber
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller