summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-31mac80211: mlme: check for null after calling kmemdupJiasheng Jiang1-8/+21
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg1-7/+7
2022-01-04mac80211: initialize variable have_higher_than_11mbitTom Rix1-1/+1
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski1-16/+37
2021-12-20mac80211: add more HT/VHT/HE state loggingJohannes Berg1-12/+33
2021-12-20mac80211: Notify cfg80211 about association comebackIlan Peer1-0/+4
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer1-4/+0
2021-11-26mac80211: track only QoS data frames for admission controlJohannes Berg1-3/+10
2021-10-21mac80211: Prevent AP probing during suspendLoic Poulain1-0/+7
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju1-0/+1
2021-10-21mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg1-21/+22
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg1-18/+18
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+29
2021-09-24mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong1-37/+22
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-76/+100
2021-09-23mac80211: mlme: find auth challenge directlyJohannes Berg1-5/+6
2021-09-23mac80211: move CRC into struct ieee802_11_elemsJohannes Berg1-4/+5
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau1-2/+2
2021-06-23Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih1-4/+1
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-17/+54
2021-06-23mac80211: add vendor-specific capabilities to assoc requestJohannes Berg1-2/+10
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun1-1/+1
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg1-9/+17
2021-06-23mac80211: improve AP disconnect messageJohannes Berg1-2/+2
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz1-0/+18
2021-06-23mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein1-88/+1
2021-06-23mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz1-9/+9
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-9/+0
2021-06-18mac80211: reset profile_periodicity/ema_apJohannes Berg1-0/+8
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller1-7/+9
2021-04-19mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein1-2/+2
2021-04-19mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach1-5/+2
2021-04-08mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-04-08mac80211: fix time-is-after bug in mlmeBen Greear1-1/+4
2021-03-16mac80211: Allow HE operation to be longer than expected.Brian Norris1-1/+1
2021-02-12cfg80211/mac80211: Support disabling HE modeBen Greear1-0/+3
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong1-0/+5
2020-12-11mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach1-0/+1
2020-12-11mac80211: ignore country element TX power on 6 GHzJohannes Berg1-1/+9
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg1-18/+51
2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg1-2/+3
2020-12-11cfg80211: include block-tx flag in channel switch started eventJohannes Berg1-1/+1
2020-12-11mac80211: disallow band-switch during CSAJohannes Berg1-3/+15
2020-12-11mac80211: Skip entries with SAE H2E only membership selectorIlan Peer1-3/+4
2020-12-11mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz1-8/+0
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg1-1/+2
2020-10-08mac80211: initialize last_rate for S1G STAsThomas Pedersen1-1/+3
2020-10-02mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen1-6/+9
2020-09-28mac80211: fix regression in sta connection monitorFelix Fietkau1-1/+3