summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: remove/avoid misleading printsJames Prestwood2022-10-071-3/+4
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-301-58/+55
|\
| * wifi: mac80211: set up beacon timing config on linksJohannes Berg2022-09-061-36/+47
| * wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-061-2/+3
| * wifi: mac80211: isolate driver from inactive linksJohannes Berg2022-09-061-20/+5
| * Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-09-061-6/+6
| |\
* | \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-3/+6
|\ \ \
| * | | wifi: mac80211: mlme: Fix double unlock on assoc success handlingRafael Mendonca2022-09-271-1/+0
| * | | wifi: mac80211: mlme: Fix missing unlock on beacon RXRafael Mendonca2022-09-271-2/+6
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-6/+6
|\| | | |/ |/|
| * wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg2022-09-031-6/+5
| * wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg2022-09-031-0/+1
* | wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg2022-09-031-13/+26
* | wifi: mac80211: mlme: assign link address correctlyJohannes Berg2022-09-031-3/+2
* | wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg2022-09-031-1/+1
* | wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg2022-09-031-0/+4
* | wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg2022-08-261-2/+3
* | wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-251-1/+1
* | wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg2022-08-251-9/+34
* | wifi: mac80211: mlme: don't add empty EML capabilitiesMordechay Goodstein2022-08-251-3/+10
* | wifi: mac80211: use link ID for MLO in queued framesJohannes Berg2022-08-251-0/+8
* | wifi: mac80211: fix use-after-freeJohannes Berg2022-08-251-1/+1
|/
* wifi: mac80211: mlme: fix disassoc with MLOJohannes Berg2022-07-221-3/+5
* wifi: mac80211: mlme: transmit assoc frame with address translationJohannes Berg2022-07-221-9/+9
* wifi: mac80211: mlme: fix link_sta setupJohannes Berg2022-07-221-5/+6
* wifi: mac80211: mlme: set sta.mlo to mlo stateJohannes Berg2022-07-221-2/+2
* wifi: mac80211: mlme: fix override calculationJohannes Berg2022-07-221-0/+2
* wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg2022-07-221-2/+4
* wifi: mac80211: mlme: set sta.mlo correctlyJohannes Berg2022-07-151-0/+2
* wifi: mac80211: support MLO authentication/association with one linkJohannes Berg2022-07-151-232/+840
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-1/+1
* wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg2022-07-151-0/+3
* wifi: mac80211: mlme: refactor ieee80211_set_associated()Johannes Berg2022-07-151-26/+41
* wifi: mac80211: mlme: look up beacon elems only if neededJohannes Berg2022-07-151-15/+17
* wifi: mac80211: mlme: refactor assoc link setupJohannes Berg2022-07-151-130/+156
* wifi: mac80211: mlme: remove address arg to ieee80211_mark_sta_auth()Johannes Berg2022-07-151-4/+4
* wifi: mac80211: mlme: refactor assoc success handlingJohannes Berg2022-07-151-360/+375
* wifi: mac80211: mlme: refactor ieee80211_prep_channel() a bitJohannes Berg2022-07-151-37/+44
* wifi: mac80211: mlme: refactor assoc req element buildingJohannes Berg2022-07-151-115/+161
* wifi: mac80211: mlme: switch some things back to deflinkJohannes Berg2022-07-151-32/+39
* wifi: mac80211: mlme: change flags in ieee80211_determine_chantype()Johannes Berg2022-07-151-12/+16
* wifi: mac80211: mlme: shift some code aroundJohannes Berg2022-07-151-493/+509
* wifi: mac80211: mlme: refactor link station setupJohannes Berg2022-07-151-54/+65
* wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-151-5/+2
* wifi: mac80211: make ieee80211_check_rate_mask() link-awareJohannes Berg2022-07-151-1/+1
* wifi: mac80211: mlme: clean up supported channels element codeJohannes Berg2022-07-151-2/+3
* wifi: mac80211: consider EHT element size in assoc requestJohannes Berg2022-07-151-0/+3
* wifi: mac80211: mlme: simplify adding ht/vht/he/eht elementsJohannes Berg2022-07-151-48/+31
* wifi: mac80211: refactor adding custom elementsJohannes Berg2022-07-151-87/+125
* wifi: mac80211: refactor adding rates to assoc requestJohannes Berg2022-07-151-67/+74