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