summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_proto.h
AgeCommit message (Expand)Author
2015-11-15Parse 11n HT capabilities and operational info from association responseStefan Sperling
2009-11-21when wpa is enabled, defer setting the link up until the 802.1XDamien 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-09-28unbreak the tree.Damien Bergamini
2008-09-27Add some inline functions to test the presence of optional 802.11Damien Bergamini
2008-09-01rework previously unused ieee80211_pwrsave() function, call it fromDamien Bergamini
2008-08-14put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUGDamien Bergamini
2008-08-12Change the way we process EAPOL-Key frames.Damien Bergamini
2008-07-21move processing of EAPOL frames away from ieee80211_{input,output}.cDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
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-08-23add ieee80211_get_hdrlen() to compute the size of the 802.11 headerDamien Bergamini
2007-08-03add a ni_eapol_desc field to struct ieee80211_node to know whetherDamien Bergamini
2007-08-01pass the supplicant's nonce generated on reception of message 1 of theDamien Bergamini
2007-07-28adds functions to parse and to build EAPOL-Key frames used inDamien Bergamini
2007-07-24new function to check the MIC of a received EAPOL-Key frame.Damien Bergamini
2007-07-24add functions to compute EAPOL-Key Key MIC fields and to encrypt/decryptDamien Bergamini
2007-07-14update QoS Tx/Rx sequence numbers for each TID.Damien Bergamini
2007-07-06remove remaining bits for pre-RSNA shared authmode support.Damien Bergamini
2007-07-05split ieee80211_add_rsn() so that the code can be reused forDamien Bergamini
2007-07-03add a function that builds an RSN IE (ieee80211_add_rsn).Damien Bergamini
2007-07-03move construction of IEs into individual functions so that we don'tDamien Bergamini
2007-07-02initial bits for proper TIM support.Damien Bergamini
2007-06-21add EDCA Parameter Set and QoS capability IEs to appropriate framesDamien Bergamini
2007-06-16constifyDamien Bergamini
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2006-12-25print the phy mode in IFF_DEBUG status output which helps to debugReyk Floeter
2006-11-03Add two new functions:Damien Bergamini
2006-06-18Improve 802.11b/g interoperability and move toward better complianceDamien Bergamini
2006-05-19- export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don'tDamien Bergamini
2005-04-20send raw 802.11 frames with bpf(4) using the IEEE802_11 orReyk Floeter
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
2004-12-25in real C, there is not , after the last enum entry; ok reykTheo de Raadt
2004-12-23From dyoung@NetBSD:Jonathan Gray
2004-12-23From dyoung@NetBSD:Jonathan Gray
2004-11-02some changes merged in from netbsd. ieee80211_regdomain.# will be usedReyk Floeter
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller