summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-28mac80211: support S1G associationThomas Pedersen1-12/+66
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen1-17/+62
2020-09-28mac80211: encode listen interval for S1GThomas Pedersen1-4/+6
2020-09-28mac80211: support S1G STA capabilitiesThomas Pedersen1-0/+7
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-09-18mac80211: optimize station connection monitorFelix Fietkau1-31/+22
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau1-0/+3
2020-09-18mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong1-1/+2
2020-08-03mac80211: Do not report beacon loss if beacon filtering enabledLoic Poulain1-0/+3
2020-08-03mac80211: Handle special status codes in SAE commitJouni Malinen1-1/+4
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg1-4/+4
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh1-1/+3
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-05mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg1-0/+2
2020-05-31mac80211: set short_slot for 6 GHz bandTova Mussai1-1/+2
2020-05-31mac80211: Consider 6 GHz band when handling power constraintIlan Peer1-0/+1
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg1-0/+1
2020-05-31mac80211: check the correct bit for EMA APShaul Triebitz1-9/+9
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg1-19/+50
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg1-6/+19
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan1-0/+3
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen1-2/+4
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-4/+12
2020-04-24mac80211: Fail association when AP has no legacy ratesIlan Peer1-1/+9
2020-04-24mac80211: Skip entries with HE membership selectorIlan Peer1-3/+4
2020-04-24mac80211: Don't destroy auth data in case of anti-cloggingAndrei Otcheretianski1-1/+6
2020-04-24mac80211: add twt_protected flag to the bss_conf structureShaul Triebitz1-0/+9
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg1-4/+3
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil1-0/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+1
2020-02-21mac80211: Remove a redundant mutex unlockAndrei Otcheretianski1-5/+1
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller1-46/+93
2020-02-07mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski1-1/+16
2020-02-07mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg1-13/+19
2020-02-07mac80211: update condition for HE disablementDaniel Gabay1-2/+2
2020-02-07mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss1-1/+16
2020-02-07mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg1-29/+33