aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-15wifi: mac80211: set up/tear down client vif links properlyJohannes Berg1-13/+22
2022-07-15wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg1-0/+12
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-153/+161
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer1-0/+32
2022-07-15wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PSJohannes Berg1-1/+2
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-11/+19
2022-07-15wifi: mac80211: make 4addr null frames using min_rate for WDSLian Chen1-0/+1
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-5/+7
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-2/+4
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-14/+14
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-8/+8
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-152/+158
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-12/+14
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-21/+21
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-1/+1
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-5/+1
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-43/+74
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg1-8/+10
2022-05-16mac80211: remove useless bssid copyJohannes Berg1-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg1-6/+4
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg1-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg1-17/+17
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg1-0/+40