aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
...
* net80211: fix debug printfBjoern A. Zeeb2021-12-301-1/+1
* net80211: fix -Wunused-but-set-variable warningsBjoern A. Zeeb2021-12-306-11/+52
* net80211: radiotap add another defineBjoern A. Zeeb2021-12-301-0/+1
* net80211(4): Fix a typo in a sysctl descriptionGordon Bergling2021-12-071-1/+1
* net80211: add a driver-private pointer to struct ieee80211_nodeBjoern A. Zeeb2021-11-191-0/+2
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-11-192-3/+17
* net80211: correct input_sta length checks and control frame handlingBjoern A. Zeeb2021-11-191-29/+37
* net80211: correct length check in ieee80211_ies_expand()Bjoern A. Zeeb2021-11-191-1/+1
* net80211: proper ssid length check in setmlme_assoc_adhoc()Bjoern A. Zeeb2021-11-191-1/+1
* net80211: prevent plaintext injection by A-MSDU RFC1042/EAPOL framesMathy Vanhoef2021-11-194-24/+48
* net80211: mitigation against A-MSDU design flawMathy Vanhoef2021-11-196-7/+24
* net80211: reject mixed plaintext/encrypted fragmentsMathy Vanhoef2021-11-197-9/+24
* net80211: add func/line information to IEEE80211_DISCARD* macrosBjoern A. Zeeb2021-11-191-3/+6
* net80211: comments and whitespaceBjoern A. Zeeb2021-11-192-4/+3
* net80211/LinuxKPI: add more radiotap definitionsBjoern A. Zeeb2021-07-181-0/+134
* net80211: prefix get_random_bytes() with net80211_Bjoern A. Zeeb2021-07-187-7/+8
* net80211: split up ieee80211_probereq()Bjoern A. Zeeb2021-07-182-56/+118
* net80211: ratectl header guard against multiple inclusionsBjoern A. Zeeb2021-07-181-0/+5
* net80211: rx_stats add 160Mhz channel width.Bjoern A. Zeeb2021-07-181-1/+2
* net80211: Fix a typo in a commentGordon Bergling2021-03-201-31/+31
* 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