summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg2019-11-081-54/+49
* mac80211: Reject malformed SSID elementsWill Deacon2019-10-041-2/+3
* mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg2019-09-111-5/+6
* mac80211: list features in WEP/TKIP disable in better orderJohannes Berg2019-09-111-1/+1
* nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-0/+10
|\
| * mac80211: don't WARN on short WMM parameters from APBrian Norris2019-07-291-0/+10
* | mac80211: HE STA disassoc due to QOS NULL not sentShay Bar2019-07-311-1/+4
* | mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin2019-07-311-0/+1
* | mac80211: propagate HE operation info into bss_confJohn Crispin2019-07-291-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-3/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+11
| |\ \
| * | | mac80211: use STA info in rate_control_send_low()Johannes Berg2019-06-141-1/+6
| * | | mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin2019-06-141-2/+16
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel2019-06-201-1/+2
| |/ /
* | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| |/
* / mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-05-241-1/+11
|/
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-04-261-3/+0
* mac80211: ignore quiet mode in probeSara Sharon2019-02-221-3/+3
* mac80211: allow CSA to self with immediate quietSara Sharon2019-02-221-1/+2
* mac80211: notify driver on subsequent CSA beaconsSara Sharon2019-02-221-11/+16
* mac80211: abort CSA if beacon does not include CSA IEsSara Sharon2019-02-221-6/+37
* mac80211: support max channel switch time elementSara Sharon2019-02-221-0/+1
* cfg80211: Report Association Request frame IEs in association eventsJouni Malinen2019-02-221-2/+12
* mac80211: indicate support for multiple BSSIDSara Sharon2019-02-081-0/+15
* mac80211: support multi-bssidSara Sharon2019-02-081-37/+88
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-19/+26
* Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-191-14/+39
|\
| * mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz2018-12-181-10/+9
| * mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz2018-12-181-2/+4
| * mac80211: update driver when MU EDCA params changeShaul Triebitz2018-12-181-2/+10
| * mac80211: propagate the support for TWT to the driverEmmanuel Grumbach2018-12-181-0/+16
* | mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun2018-11-091-4/+8
|/
* mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen2018-10-111-23/+47
* mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen2018-10-111-7/+4
* mac80211: Helper function for marking STA authenticatedJouni Malinen2018-10-111-12/+22
* mac80211: fix saving a few HE valuesNaftali Goldstein2018-09-051-10/+7
* mac80211: add ability to parse CCFS2Johannes Berg2018-09-051-2/+4
* Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-031-2/+68
|\
| * mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-09-031-2/+15
| * mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-09-031-0/+53
* | mac80211: remove unnecessary NULL checkJohannes Berg2018-06-291-2/+1
* | mac80211: fix potential null pointer dereferenceGustavo A. R. Silva2018-06-291-1/+3
* | mac80211: add support for HELuca Coelho2018-06-181-17/+271
* | mac80211: split ieee80211_send_probe_req()Johannes Berg2018-06-151-5/+17
* | mac80211: add probe request building flagsJohannes Berg2018-06-151-2/+3
|/
* mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-231-6/+11