summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2016-02-05Count A-MPDU subframes with sequence number below the current BA window asStefan Sperling
2016-02-05Define EDCA tables for 11n mode. Per 802.11-2012 they are the same asStefan Sperling
2016-02-05Store ADDBA request and response parameters in the block ack record ofStefan Sperling
2016-02-04Restore the BlockAck session timer. It is still required to work aroundStefan Sperling
2016-02-01Stop requiring a BlockAck session timeout. We still honour the timeout ifStefan Sperling
2016-01-25Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g.Stefan Sperling
2016-01-25Don't try to interpret htprot data if the last beacon didn't contain such data.Stefan Sperling
2016-01-25Add short comments explaining HT protection modes.Stefan Sperling
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-21Fix the timeout value sent in ADDBA request and response frames.Stefan Sperling
2016-01-13Fix fallout from turbo mode removal commit: Channel initializationStefan Sperling
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2016-01-07Make the A-MPDU reordering buffer more resilient against APs which dropStefan Sperling
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2016-01-04Replace magic shifts and bitmasks used for ADDBA parametersStefan Sperling
2016-01-04Fix another case where the return value of ieee80211_chan2mode() wasStefan Sperling
2016-01-04ADDBA frames have a parameter set which we check against our own capabilitiesStefan Sperling
2016-01-04Fix manual scan while associated in 11a mode. It would only show APs on 5GHz.Stefan Sperling
2016-01-04Don't return 11n mode from ieee80211_chan2mode() so we can switch intoStefan Sperling
2016-01-04While configuring ERP we need to know if we're in 11a or 11g mode so onlyStefan Sperling
2016-01-04Skip over 11n mode during scanning to avoid scanning channels more than once.Stefan Sperling
2015-12-18unnoccupied->unoccupiedStuart Henderson
2015-12-18Fix out of bounds array access in ieee80211_setbasicrates().Stefan Sperling
2015-12-16Don't forget about monitor mode while building the ifmedia listStefan Sperling
2015-12-14In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes.Stefan Sperling
2015-12-12In the A-MSDU receive code path, add an upper bounds check on A-MSDUStefan Sperling
2015-12-12Flag AP as QoS capable when EDCA or WME information elements occur in beaconsStefan Sperling
2015-12-1211n/HT negotiation fixes:Stefan Sperling
2015-12-12Finish support for receiving 11n A-MPDUs.Stefan Sperling
2015-12-05Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicantMartin Pieuchot
2015-11-27correct logic for a IEEE80211_MODE_11N testJonathan Gray
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-15Add support for 11n mode to the rate adaptation (AMRR) code.Stefan Sperling
2015-11-15Expose 11n mode to the ifmedia layer and introduce the concept of MCS.Stefan Sperling
2015-11-15Parse 11n HT capabilities and operational info from association responseStefan Sperling
2015-11-15IEEE80211_MODE_MAX has been raised to include 11n mode so make sure thatStefan Sperling
2015-11-15Extend struct ieee80211_node with fields for 11n STA HT capabilities andStefan Sperling
2015-11-15Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoSStefan Sperling
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-08Handle additional RSN element group ciphers.Stefan Sperling
2015-11-08Update section and table numbers inside comments in the RSN code toStefan Sperling
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-17Spell all "unexpected mode %u" panics in lower case, not just one of them.Stefan Sperling
2015-10-12the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.David Gwynne
2015-10-10Add macros for A-MPDU and MCS data, both found in HT capabilities element.Stefan Sperling
2015-10-05Revert if_oqdrops accounting changes done in kernel, per request from mpi@.Masao Uebayashi
2015-10-05Count IFQ_ENQUEUE() failure as output drop.Masao Uebayashi