summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)Author
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg
2022-06-20wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg
2022-05-16mac80211: remove useless bssid copyJohannes Berg
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-04mac80211: support disabling EHT modeMuna Sinada
2022-05-04mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-03-15mac80211: always have ieee80211_sta_restart()Johannes Berg
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-01mac80211: treat some SAE auth steps as finalJohannes Berg
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-16mac80211: Handle station association response with EHTIlan Peer
2022-02-16mac80211: Add EHT capabilities to association/probe requestIlan Peer
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer
2022-02-04mac80211: mlme: validate peer HE supported ratesMordechay Goodstein
2022-02-04mac80211: mlme: add documentation from spec to codeMordechay Goodstein
2022-02-04mac80211: consider RX NSS in UHB connectionMordechay Goodstein
2022-02-04mac80211: limit bandwidth in HE capabilitiesJohannes Berg
2022-01-31mac80211: mlme: check for null after calling kmemdupJiasheng Jiang
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg
2022-01-04mac80211: initialize variable have_higher_than_11mbitTom Rix
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski
2021-12-20mac80211: add more HT/VHT/HE state loggingJohannes Berg
2021-12-20mac80211: Notify cfg80211 about association comebackIlan Peer
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer
2021-11-26mac80211: track only QoS data frames for admission controlJohannes Berg
2021-10-21mac80211: Prevent AP probing during suspendLoic Poulain
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju
2021-10-21mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong
2021-09-24mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong