summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: treat some SAE auth steps as finalJohannes Berg2022-03-011-4/+12
* mac80211: mlme: check for null after calling kmemdupJiasheng Jiang2022-01-311-8/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+1
|\
| * mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-041-1/+1
* | mac80211: use ieee80211_bss_get_elem()Johannes Berg2022-01-041-7/+7
* | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-16/+37
|\ \ | |/ |/|
| * mac80211: add more HT/VHT/HE state loggingJohannes Berg2021-12-201-12/+33
| * mac80211: Notify cfg80211 about association comebackIlan Peer2021-12-201-0/+4
| * mac80211: Remove a couple of obsolete TODOIlan Peer2021-12-201-4/+0
* | mac80211: track only QoS data frames for admission controlJohannes Berg2021-11-261-3/+10
|/
* mac80211: Prevent AP probing during suspendLoic Poulain2021-10-211-0/+7
* nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-211-0/+1
* mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg2021-10-211-21/+22
* mac80211: fix memory leaks with element parsingJohannes Berg2021-10-211-18/+18
* mac80211: save transmit power envelope element and power constraintWen Gong2021-09-271-0/+29
* mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong2021-09-241-37/+22
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-76/+100
* mac80211: mlme: find auth challenge directlyJohannes Berg2021-09-231-5/+6
* mac80211: move CRC into struct ieee802_11_elemsJohannes Berg2021-09-231-4/+5
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-231-2/+2
* Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih2021-06-231-4/+1
* mac80211: notify driver on mgd TX completionJohannes Berg2021-06-231-17/+54
* mac80211: add vendor-specific capabilities to assoc requestJohannes Berg2021-06-231-2/+10
* mac80211: fix some spelling mistakesZheng Yongjun2021-06-231-1/+1
* mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg2021-06-231-9/+17
* mac80211: improve AP disconnect messageJohannes Berg2021-06-231-2/+2
* mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz2021-06-231-0/+18
* mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2021-06-231-88/+1
* mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz2021-06-231-9/+9
* mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2021-06-231-9/+0
* mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-181-0/+8
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-201-7/+9
|\
| * mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein2021-04-191-2/+2
| * mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach2021-04-191-5/+2
| * mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-04-081-0/+5
* | mac80211: fix time-is-after bug in mlmeBen Greear2021-04-081-1/+4
|/
* mac80211: Allow HE operation to be longer than expected.Brian Norris2021-03-161-1/+1
* cfg80211/mac80211: Support disabling HE modeBen Greear2021-02-121-0/+3
* mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong2020-12-111-0/+5
* mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach2020-12-111-0/+1
* mac80211: ignore country element TX power on 6 GHzJohannes Berg2020-12-111-1/+9
* mac80211: support driver-based disconnect with reconnect hintJohannes Berg2020-12-111-18/+51
* cfg80211: support immediate reconnect request hintJohannes Berg2020-12-111-2/+3
* cfg80211: include block-tx flag in channel switch started eventJohannes Berg2020-12-111-1/+1
* mac80211: disallow band-switch during CSAJohannes Berg2020-12-111-3/+15
* mac80211: Skip entries with SAE H2E only membership selectorIlan Peer2020-12-111-3/+4
* mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz2020-12-111-8/+0
* mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg2020-10-301-1/+2
* mac80211: initialize last_rate for S1G STAsThomas Pedersen2020-10-081-1/+3
* mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen2020-10-021-6/+9