summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-28wifi: mac80211: fix per-STA profile length in cross-link CSA parsingZhao Li1-1/+1
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-65/+115
2026-07-21wifi: mac80211: parse enhanced critical updates fieldJohannes Berg1-2/+36
2026-07-21wifi: mac80211: refactor multi-link assoc response parsingJohannes Berg1-20/+33
2026-07-21wifi: mac80211: notify driver before destroying assoc linkPagadala Yesu Anjaneyulu1-35/+40
2026-07-21wifi: use UHR operation field presence bitsJohannes Berg1-2/+1
2026-07-21wifi: mac80211: always send regulatory connectivity elementJohannes Berg1-7/+6
2026-07-06wifi: mac80211: validate deauth frame length before reason accessZhao Li1-2/+4
2026-07-06wifi: mac80211: avoid non-S1G AID fallback for S1G assocZhao Li1-2/+4
2026-06-03wifi: mac80211: parse and apply UHR DBE channelJohannes Berg1-11/+438
2026-06-03wifi: mac80211: explain ieee80211_determine_chan_mode() parsingJohannes Berg1-0/+8
2026-06-03wifi: mac80211: mlme: allow UHR only with MLOJohannes Berg1-1/+1
2026-06-03wifi: mac80211: clarify beacon parsing with MBSSID/EMAJohannes Berg1-21/+62
2026-06-03wifi: mac80211: unify link STA removal in vif link removalJohannes Berg1-19/+0
2026-06-03wifi: mac80211: remove 5/10 MHz channel codeJohannes Berg1-4/+2
2026-05-28wifi: mac80211: add KUnit coverage for negotiated TTLM parserMichael Bommarito1-1/+2
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2026-05-20wifi: mac80211: consume only present negotiated TTLM mapsMichael Bommarito1-1/+1
2026-05-20wifi: mac80211: bounds-check link_id in ieee80211_ml_epcsAlexandru Hossu1-0/+3
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+13
2026-05-06wifi: mac80211: remove station if connection prep failsJohannes Berg1-5/+4
2026-05-05wifi: mac80211: check AP using NPCA has NPCA capabilityJohannes Berg1-0/+11
2026-05-05wifi: mac80211: don't parse full UHR operation from beaconsJohannes Berg1-8/+1
2026-05-05wifi: cfg80211: separate NPCA validity from chandef validityJohannes Berg1-1/+4
2026-05-05wifi: mac80211: mlme: use NPCA chandef if capableJohannes Berg1-1/+76
2026-05-05wifi: mac80211: use NPCA in chandef for validationJohannes Berg1-34/+3
2026-05-05wifi: mac80211: move ieee80211_chandef_usable() upJohannes Berg1-15/+15
2026-05-05wifi: mac80211: use struct for ieee80211_determine_ap_chan() argsJohannes Berg1-16/+41
2026-05-05wifi: mac80211: mlme: advertise driver's extended MLD capa/opsJohannes Berg1-2/+21
2026-05-05wifi: mac80211: track AP's extended MLD capa/opsJohannes Berg1-0/+6
2026-05-05wifi: mac80211: update UHR capabilities field orderJohannes Berg1-2/+1
2026-05-05wifi: mac80211: move frame RX handling to type filesJohannes Berg1-136/+176
2026-05-05wifi: mac80211: set assoc_encrypted for EPP associationsKavita Kavita1-0/+9
2026-04-28wifi: mac80211: clarify per-STA bandwidth handlingJohannes Berg1-2/+3
2026-04-28wifi: mac80211: remove ieee80211_sta_cur_vht_bw()Johannes Berg1-2/+2
2026-04-28wifi: mac80211: clean up initial STA NSS/bandwidth handlingJohannes Berg1-15/+6
2026-04-28wifi: mac80211: clean up STA NSS handlingJohannes Berg1-5/+6
2026-04-27wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ...Rio Liu1-0/+9
2026-04-07wifi: mac80211: enable MLO support for 4-address mode interfacesTamizh Chelvam Raja1-4/+0
2026-04-07wifi: mac80211: use ap_addr for 4-address NULL frame destinationTamizh Chelvam Raja1-2/+2
2026-04-07wifi: mac80211: handle VHT EXT NSS in ieee80211_determine_our_sta_mode()Nicolas Escande1-1/+2
2026-03-25wifi: mac80211: ignore reserved bits in reconfiguration statusBenjamin Berg1-6/+8
2026-03-24wifi: mac80211: don't consider the sband when processing capabilitiesMiri Korenblit1-1/+2
2026-03-19wifi: mac80211: fix STA link removal during link removalJohannes Berg1-1/+1
2026-03-13wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()Lorenzo Bianconi1-0/+11
2026-03-13wifi: mac80211: validate HE 6 GHz operation when EHT is usedJohannes Berg1-0/+18
2026-03-06wifi: mac80211: remove AID bit stripping for printJohannes Berg1-1/+1
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-46/+36
2026-03-03wifi: mac80211: give the AP more time for EPPKE as wellJohannes Berg1-1/+2
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita1-6/+72