summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg1-1/+2
2022-07-15wifi: mac80211: remove redundant conditionJohannes Berg1-1/+1
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-10/+7
2022-07-15wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg1-1/+1
2022-07-15wifi: mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg1-15/+4
2022-07-15wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg1-1/+1
2022-07-15wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg1-5/+12
2022-07-15wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg1-1/+1
2022-07-15wifi: mac80211: mlme: unify assoc data event sendingJohannes Berg1-31/+20
2022-07-15wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg1-5/+23
2022-07-15wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg1-9/+5
2022-07-15wifi: mac80211: mlme: use correct link_staJohannes Berg1-17/+33
2022-07-15wifi: mac80211: mlme: remove sta argument from ieee80211_config_bwJohannes Berg1-5/+1
2022-07-15wifi: mac80211: mlme: use ieee80211_get_link_sband()Johannes Berg1-6/+6
2022-07-15wifi: mac80211: split IEEE80211_STA_DISABLE_WMM to link dataJohannes Berg1-4/+5
2022-07-15wifi: mac80211: mlme: first adjustments for MLOJohannes Berg1-360/+405
2022-07-15wifi: mac80211: mlme: do IEEE80211_STA_RESET_SIGNAL_AVE per linkJohannes Berg1-4/+3
2022-07-15wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg1-14/+16
2022-07-15wifi: mac80211: remove unused bssid variableJohannes Berg1-2/+0
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-26/+29
2022-07-15wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg1-1/+3
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-4/+3