summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+2
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-5/+7
* wifi: qtnfmac: remove braces around single statement blocksSebin Sebastian2022-08-091-3/+1
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-6/+8
* qtnfmac: remove meaningless labelswengjianfeng2021-04-171-21/+6
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-2/+2
* cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-40/+43
* qtnfmac: add interface combination check for repeater modeDmitry Lebed2020-03-121-0/+15
* qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich2020-03-121-2/+6
* qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich2020-03-121-0/+21
* qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich2020-03-121-5/+4
* qtnfmac: pass max scan SSIDs limit on per-radio basisIgor Mitsyanko2020-02-121-1/+1
* qtnfmac: implement extendable channel survey dumpIgor Mitsyanko2020-02-121-38/+4
* qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko2020-02-121-10/+10
* qtnfmac: add module param to configure DFS offloadSergey Matyukevich2020-01-261-3/+6
* qtnfmac: cleanup slave_radar access functionSergey Matyukevich2020-01-261-1/+1
* qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko2019-11-201-0/+9
* qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko2019-11-201-5/+3
* qtnfmac: add support for getting/setting transmit powerMikhail Karpenko2019-11-141-0/+41
* qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko2019-04-261-1/+1
* qtnfmac: send EAPOL frames via control pathIgor Mitsyanko2019-04-041-6/+11
* qtnfmac: allow changing the netnsSergey Matyukevich2019-04-041-1/+2
* qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko2019-04-041-7/+6
* qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko2019-04-041-5/+14
* qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko2019-04-041-10/+2
* qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko2019-04-041-23/+9
* qtnfmac: enable WPA3 SAE supportSergey Matyukevich2019-02-081-2/+38
* qtnfmac: convert to SPDX license identifiersSergey Matyukevich2019-02-011-15/+2
* qtnfmac: do not reject retry changes in driverSergey Matyukevich2019-02-011-5/+0
* qtnfmac: add support for 4addr modeSergey Matyukevich2019-02-011-8/+13
* qtnfmac: implement dump_station support for STA modeSergey Matyukevich2018-10-051-9/+21
* qtnfmac: add support for scan dwell time configurationSergey Matyukevich2018-10-051-0/+4
* qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich2018-10-051-3/+10
* qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich2018-10-051-0/+9
* qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko2018-10-051-2/+0
* qtnfmac: cleanup and unify command error handlingSergey Matyukevich2018-10-051-24/+40
* qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko2018-10-051-0/+3
* qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko2018-10-051-6/+7
* qtnfmac: do not track STA states in driverSergey Matyukevich2018-10-051-52/+7
* qtnfmac: remove set but not used variable 'vif'YueHaibing2018-09-201-3/+0
* qtnfmac: implement basic WoWLAN supportSergey Matyukevich2018-08-021-0/+76
* qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko2018-07-301-1/+2
* qtnfmac: implement cfg80211 power management callbackSergei Maksimenko2018-07-301-0/+21
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-231-0/+3
|\
| * qtnfmac: enable source MAC address randomization supportAndrey Shevchenko2018-06-271-0/+3
* | qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva2018-06-181-2/+1
|/
* qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2018-05-301-7/+14