aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix a typoBjoern A. Zeeb2020-11-041-1/+1
* net80211: factor out the priv(9) checks into OS specifc code.Bjoern A. Zeeb2020-10-183-12/+57
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-185-27/+76
* net80211: whitespaceBjoern A. Zeeb2020-10-071-4/+4
* 80211: non-functional changesBjoern A. Zeeb2020-10-072-7/+7
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-249-141/+174
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0129-63/+28
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-243-44/+83
* net80211: improve media information for VHT5GHZBjoern A. Zeeb2020-08-231-3/+39
* net80211: set_vht_extchan() reverse order to always return bestBjoern A. Zeeb2020-08-231-13/+22
* net80211: replace magic number by defineBjoern A. Zeeb2020-08-171-1/+1
* net80211: VHT correct NSS Set loop boundaryBjoern A. Zeeb2020-08-171-1/+1
* net80211: return 80P80 before 160Bjoern A. Zeeb2020-08-171-2/+2
* net80211: remove vertical whitespaceBjoern A. Zeeb2020-08-173-47/+15
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-173-11/+14
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-174-9/+9
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-173-25/+25
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-072-0/+10
* [net80211] Add new privileges; restrict what can be done in a jail.Adrian Chadd2020-07-192-3/+17
* [net80211] Commit files missing in the previous commitAdrian Chadd2020-07-013-4/+5
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-0112-203/+670
* [net80211] Add missing commit to previous-1 uapsd commit.Adrian Chadd2020-06-161-1/+2
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-1611-33/+167
* [net80211] Treat frames without an rx status as not a decap'ed A-MSDU.Adrian Chadd2020-06-141-1/+2
* [net80211] Also convert the ddb pathAdrian Chadd2020-06-141-4/+10
* [net80211] Handle offloaded AMSDU in AMPDU reordering.Adrian Chadd2020-06-132-62/+225
* [net80211] separate out node allocation and node initialisation.Adrian Chadd2020-06-132-1/+39
* Fix !DEBUGNET build after r362138Conrad Meyer2020-06-132-2/+1
* net80211: Add framework for debugnet(4) supportConrad Meyer2020-06-133-1/+94
* [net80211] First part of A-MSDU offload handling - don't bump A-MPDU reorderi...Adrian Chadd2020-06-121-3/+6
* [net80211] ok ok if_xname won't ever be NULL.Adrian Chadd2020-06-101-1/+1
* [net80211] Add a method to return the vap's ifname.Adrian Chadd2020-06-072-0/+15
* [net80211] Flip on A-MPDU, A-MSDU, A-MPDU+A-MSDU and Fast frames options.Adrian Chadd2020-06-061-12/+49
* [net80211] Fix this typo!Adrian Chadd2020-06-061-1/+1
* [net80211] Fix typo.Adrian Chadd2020-06-061-1/+1
* [net80211] Don't call ic_updateslot if it's not set.Adrian Chadd2020-06-051-1/+2
* [net80211] print out node A-MSDU state.Adrian Chadd2020-06-052-2/+4
* [net80211] Add initial A-MSDU in A-MPDU negotation support.Adrian Chadd2020-06-053-13/+60
* [net80211] Migrate short slot time configuration into per-vap and deferred ta...Adrian Chadd2020-06-058-25/+140
* [net80211] Add some TODOs around A-MSDU in A-MPDU negotiation.Adrian Chadd2020-06-051-2/+8
* [net80211] Add field definition for A-MSDU inside A-MPDU.Adrian Chadd2020-06-051-0/+2
* [net80211] Add some more debugging during scanningAdrian Chadd2020-06-052-1/+14
* [net80211] Print out a bad PN in both hex and decimal.Adrian Chadd2020-06-051-2/+5
* [net80211] Send a probe request after IBSS node discoveryAdrian Chadd2020-06-051-2/+25
* [net80211] Fix interrupted scan logic and ticks comparisonAdrian Chadd2020-05-272-15/+37
* net80211: post RTM_IFINFO notification after toggling IFF_DRV_RUNNINGAndriy Gapon2020-05-223-0/+17
* [net80211] Use the unicast key when transmitting DWDS AP multicast frames.Adrian Chadd2020-05-081-2/+19
* Don't indirect user pointers directly in two 802.11s ioctls.John Baldwin2020-04-241-7/+12
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-218-56/+77