summaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
...
* [net80211] add CHAN_VHT2G/CHAN_VHT5G macros.Adrian Chadd2017-01-101-0/+6
* [net80211] add VHT EDCA parameters for WME/QoS mode.Adrian Chadd2017-01-101-0/+15
* [net80211] create a helper function to calculate the station facing VHT capab...Adrian Chadd2017-01-102-31/+369
* [net80211] add roaming parameters for 11ac.Adrian Chadd2017-01-081-0/+6
* [net80211] use the correct freq2 field when populating VHT operation element.Adrian Chadd2017-01-081-1/+9
* [net80211] Add initial VHT support routines.Adrian Chadd2017-01-082-0/+532
* [net80211] add a "is VHT available" macro.Adrian Chadd2017-01-081-0/+8
* [net80211] add syncflags methods for the VHT flags configuration.Adrian Chadd2017-01-072-1/+57
* [net80211] add some more bits.Adrian Chadd2017-01-071-1/+4
* [net80211] add VHT ioctl parameters and driver capabilitiesAdrian Chadd2017-01-072-1/+87
* [net80211] add VHT IEs to scan elements.Adrian Chadd2017-01-071-1/+3
* [net80211] add VHT node flag; parsed chanwidth.Adrian Chadd2017-01-071-2/+5
* [net80211] add FVHT flags for channel widths.Adrian Chadd2017-01-071-1/+26
* [net80211] Remove duplicate VHTOPMODE configuration bits.Adrian Chadd2017-01-071-10/+6
* [net80211] correct VHT ieee80211com state bits.Adrian Chadd2017-01-051-2/+7
* [net80211] Add VHT flags for printf/debugging.Adrian Chadd2017-01-041-2/+3
* [net80211] add placeholders for the VHT action frame handling.Adrian Chadd2016-12-312-1/+27
* [net80211] turn the default TX key configuration (for WEP) into a vap callback.Adrian Chadd2016-12-275-2/+69
* net80211: fix 'pending CAC -> RUN transition lost' bug.Andriy Voskoboinyk2016-12-241-1/+1
* [net80211] WEP offload support.Adrian Chadd2016-12-221-0/+21
* [net80211] sigh, course I would miss a commit from the 11ac prep commit.Adrian Chadd2016-12-161-0/+7
* [net80211] start laying down the foundation for 11ac support.Adrian Chadd2016-12-163-4/+72
* [net80211] add a field for storing a 64 bit TSC.Adrian Chadd2016-12-081-1/+3
* [net80211] begin fleshing out support for channel survey information to beAdrian Chadd2016-12-081-0/+11
* net80211: remove obsolete comment.Andriy Voskoboinyk2016-12-071-6/+0
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+1
* Fix typo.Xin LI2016-12-071-1/+1
* [net80211] flesh out more RX phy information.Adrian Chadd2016-12-071-2/+7
* [net80211] start refactoring out the "am I a wep / group key!" code.Adrian Chadd2016-12-072-0/+22
* [net80211] prepare for 11ac aware NICs that want to know per-vdev channel and...Adrian Chadd2016-12-032-0/+54
* [net80211] high oops on the high seas, or "god damnit compilers, it's 2016 an...Adrian Chadd2016-11-221-4/+4
* [net80211] Only send out a probe request if we see an unknown IBSS node that ...Adrian Chadd2016-11-221-13/+12
* [net80211] store references to VHT and related IEs.Adrian Chadd2016-11-222-0/+24
* [net80211] Remove extra \n.Adrian Chadd2016-11-221-1/+1
* [net80211] flesh out more IBSS 11n supportAdrian Chadd2016-11-222-4/+104
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-198-39/+259
* [net80211] shuffle IEEE80211_C and HTC bits over to _ieee80211.h so userland ...Adrian Chadd2016-11-182-64/+67
* [net80211] Don't check bgscanidle setting in net80211 for full-offload scan.Imre Vadász2016-11-172-3/+7
* [net80211] announce 11n capabilities in probe requests in IBSS mode.Adrian Chadd2016-11-151-2/+36
* net80211: switch from ieee80211_iterate_nodes() toAndriy Voskoboinyk2016-11-145-39/+34
* [net80211] implement "first RX defines the BAW" hack.Adrian Chadd2016-11-102-2/+21
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* [net80211] extend the net80211 ALQ code to support variable payloads.Adrian Chadd2016-11-062-25/+50
* [net80211] add a method to also explicitly tear down RX A-MPDU.Adrian Chadd2016-11-062-0/+14
* [net80211] begin fleshing out new hardware crypto offload features.Adrian Chadd2016-11-052-25/+76
* [net80211] add comments!Adrian Chadd2016-10-281-0/+3
* [net80211] don't abort a background scan upon reception of a single packet.Adrian Chadd2016-10-281-0/+5
* [net80211] Add a variant on ieee80211_get_rx_params() that returns a pointer.Adrian Chadd2016-10-232-0/+16
* [net80211] Add a macro to see if a frame is a management frame or not.Adrian Chadd2016-10-231-0/+4
* [net80211] Initial full-offload scan support.Adrian Chadd2016-10-192-3/+28