summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
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-07-20Switch some obvious network stack MAC comparisons from bcmp() toMatthew Dempsky
2010-07-19in hostap mode, notify drivers via a new callback when a STA leavesDamien Bergamini
2010-07-17use the correct block ack structure when building an ADDBA response.Damien Bergamini
2010-07-17Drop 3rd and 4th clauses from David Young's license.Damien Bergamini
2010-06-19In ieee80211_node_leave(), clear the associd after callingDamien Bergamini
2010-06-14fix my previous commit, i forgot BIP, so instead of enumeratingDamien Bergamini
2010-06-14do not try to associate with an AP using an unsupported group cipher,Damien Bergamini
2010-06-07no need to include <sys/endian.h> twice!Damien Bergamini
2010-06-07tweak ieee80211_decap():Damien Bergamini
2010-06-05when rekeying the GTK/IGTK, send the new key to clients, not theDamien Bergamini
2010-06-05there is no need to copy the full 802.11 header in ieee80211_decap()Damien Bergamini
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-02-25fix two comments that i forgot when the SA query transaction identifierDamien Bergamini
2010-02-17Do not always create a new node when a beacon or a probe responseDamien Bergamini
2010-02-06when receiving the first message of an rsn group key handshakejoshua stein
2009-11-23how did i manage to forget that file in my last commit?Damien Bergamini
2009-11-21when wpa is enabled, defer setting the link up until the 802.1XDamien Bergamini
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-10-30missing \n in log() message.Damien Bergamini
2009-09-24do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr()Damien Bergamini
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-09-12Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@Miod Vallat
2009-06-06In SIOCS80211SCAN, fail if the interface is not up *and* running.Damien Bergamini
2009-06-03make wireless interfaces priority 4 by default. other interfaces remainBob Beck
2009-05-24fix prev commit (s/ic_flags/ic_caps/).Damien Bergamini
2009-05-19prevent injection of raw 802.11 control frames through bpf on driversDamien Bergamini
2009-04-16make TKIP TSC start at 1 (instead of 0) to match the standard.Damien Bergamini
2009-04-14do not cache the computed TTAK unless MIC has been verified.Damien Bergamini
2009-03-26move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL insteadDamien Bergamini
2009-03-26sync with 802.11w draft 8.0.Damien Bergamini
2009-03-06Fix setting of the Short Slot Time subfield of the Capability InformationDamien Bergamini
2009-02-15make "ifconfig if0 chan" list the channels supported by the device.Damien Bergamini
2009-02-13Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.Damien Bergamini
2009-02-08initial 802.11 defragmentation bits.Damien Bergamini
2009-01-29fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL).Damien Bergamini
2009-01-28Block Ack agreements are unidirectional.Damien Bergamini
2009-01-28In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)Damien Bergamini
2009-01-27unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLYDamien Bergamini
2009-01-26move ni_macaddr field at the top of the ieee80211_node structure.Damien Bergamini
2009-01-26remove ni_ba field from ieee80211_node structure as it is not used yet.Damien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-12-14txpower range checks should be inclusive.Jonathan Gray
2008-12-14Add an ieee80211_notify_dtim() function that drivers should call afterDamien Bergamini
2008-12-06typo, no binary change.Damien Bergamini
2008-12-03typos in comments - no binary change.Damien Bergamini
2008-12-03small fix for IEEE80211_STA_ONLY: do not let users set HostAP specificDamien Bergamini
2008-12-02cleanup ieee80211_classify(): retrieve VLAN tag from m_pkthdr.ether_vtag.Damien Bergamini