aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-5/+7
2022-08-09wifi: qtnfmac: remove braces around single statement blocksSebin Sebastian1-3/+1
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-6/+8
2021-04-17qtnfmac: remove meaningless labelswengjianfeng1-21/+6
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-2/+2
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-40/+43
2020-03-12qtnfmac: add interface combination check for repeater modeDmitry Lebed1-0/+15
2020-03-12qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich1-2/+6
2020-03-12qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich1-0/+21
2020-03-12qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich1-5/+4
2020-02-12qtnfmac: pass max scan SSIDs limit on per-radio basisIgor Mitsyanko1-1/+1
2020-02-12qtnfmac: implement extendable channel survey dumpIgor Mitsyanko1-38/+4
2020-02-12qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko1-10/+10
2020-01-26qtnfmac: add module param to configure DFS offloadSergey Matyukevich1-3/+6
2020-01-26qtnfmac: cleanup slave_radar access functionSergey Matyukevich1-1/+1
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko1-0/+9
2019-11-20qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko1-5/+3
2019-11-14qtnfmac: add support for getting/setting transmit powerMikhail Karpenko1-0/+41
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko1-1/+1
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko1-6/+11
2019-04-04qtnfmac: allow changing the netnsSergey Matyukevich1-1/+2
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko1-7/+6
2019-04-04qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko1-5/+14
2019-04-04qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko1-10/+2
2019-04-04qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko1-23/+9
2019-02-08qtnfmac: enable WPA3 SAE supportSergey Matyukevich1-2/+38
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich1-15/+2
2019-02-01qtnfmac: do not reject retry changes in driverSergey Matyukevich1-5/+0
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich1-8/+13
2018-10-05qtnfmac: implement dump_station support for STA modeSergey Matyukevich1-9/+21
2018-10-05qtnfmac: add support for scan dwell time configurationSergey Matyukevich1-0/+4
2018-10-05qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich1-3/+10
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich1-0/+9
2018-10-05qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko1-2/+0
2018-10-05qtnfmac: cleanup and unify command error handlingSergey Matyukevich1-24/+40
2018-10-05qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko1-0/+3
2018-10-05qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko1-6/+7
2018-10-05qtnfmac: do not track STA states in driverSergey Matyukevich1-52/+7
2018-09-20qtnfmac: remove set but not used variable 'vif'YueHaibing1-3/+0
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich1-0/+76
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko1-1/+2
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko1-0/+21
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+3
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko1-0/+3
2018-06-18qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva1-2/+1
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich1-7/+14
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko1-0/+2
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich1-5/+3