aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi1-0/+2
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+10
2022-02-16mac80211: Handle station association response with EHTIlan Peer1-0/+4
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-0/+2
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-4/+15
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl1-0/+21
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi1-5/+5
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-0/+12
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-6/+1
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+7
2021-11-19mac80211: introduce set_radar_offchan callbackLorenzo Bianconi1-0/+10
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-0/+11
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin1-0/+3
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+6
2021-09-27ieee80211: add power type definition for 6 GHzWen Gong1-0/+2
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel1-4/+4
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-0/+12
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-0/+29
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-14/+3
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-3/+25
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz1-1/+3
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau1-0/+5
2021-06-23mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers1-0/+18
2021-05-31mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-1/+6
2021-05-31mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking commentsBrian Norris1-1/+1
2021-04-19mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach1-4/+1
2021-04-08mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R1-0/+7
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-5/+5
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-0/+16
2021-01-08cfg80211/mac80211: fix kernel-doc for SAR APIsJohannes Berg1-0/+1
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+2
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg1-0/+11
2020-12-11mac80211: support MIC error/replay detected counters driver updateJohannes Berg1-0/+20
2020-12-11mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz1-2/+0
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-1/+6
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef1-0/+4
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu1-1/+2
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab1-3/+4
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear1-0/+4
2020-09-28mac80211: support S1G associationThomas Pedersen1-0/+2
2020-09-28mac80211: handle S1G low ratesThomas Pedersen1-0/+2
2020-09-18mac80211: fix some encapsulation offload kernel-docJohannes Berg1-1/+3
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+20
2020-09-18mac80211: Add FILS discovery supportAloka Dixit1-0/+27
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau1-0/+2
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau1-0/+4
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-7/+7
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau1-2/+3
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-0/+29