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