summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/event.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-1/+1
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+2
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-1/+1
* wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2023-02-141-0/+1
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-7/+8
* qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson2021-04-221-2/+4
* qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich2020-03-121-0/+48
* qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich2020-03-121-3/+3
* qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich2020-02-121-3/+6
* qtnfmac: cleanup alignment in firmware communication protocolIgor Mitsyanko2020-02-121-44/+14
* qtnfmac: handle MIC failure event from firmwareSergey Matyukevich2019-11-141-0/+40
* qtnfmac: fix invalid channel information outputSergey Matyukevich2019-11-141-3/+4
* qtnfmac: handle channel switch events for connected stations onlySergey Matyukevich2019-04-261-5/+11
* qtnfmac: enable WPA3 SAE supportSergey Matyukevich2019-02-081-0/+41
* qtnfmac: enable WPA3 OWE supportSergey Matyukevich2019-02-081-43/+101
* qtnfmac: add missing bss record to host scan cacheSergey Matyukevich2019-02-011-4/+75
* qtnfmac: convert to SPDX license identifiersSergey Matyukevich2019-02-011-15/+2
* qtnfmac: do not track STA states in driverSergey Matyukevich2018-10-051-17/+1
* qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2018-05-301-5/+3
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-14/+27
* qtnfmac: add DFS offload supportDmitry Lebed2018-04-241-0/+11
* qtnfmac: do not use bus mutex for events processingIgor Mitsyanko2018-01-241-2/+2
* qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko2018-01-091-2/+3
* qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2018-01-091-4/+3
* qtnfmac: add support for radar detection and CACIgor Mitsyanko2018-01-091-0/+61
* qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich2018-01-091-1/+2
* qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2017-11-101-13/+12
* qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko2017-11-101-24/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-161-2/+0
|\
| * qtnfmac: cancel scans on wireless interface changesSergey Matyukevich2017-09-201-2/+0
* | qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko2017-10-131-2/+0
* | qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko2017-10-131-12/+0
* | qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko2017-09-251-0/+3
* | qtnfmac: remove unused mac::status fieldIgor Mitsyanko2017-09-251-2/+0
* | qtnfmac: do not cache CSA chandef infoIgor Mitsyanko2017-09-251-7/+1
* | qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko2017-09-251-16/+13
|/
* qtnfmac: implement scan timeoutSergey Matyukevich2017-08-031-0/+2
* qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich2017-08-031-0/+61
* qtnfmac: fix station leave reason endiannessSergey Matyukevich2017-08-031-2/+2
* qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko2017-05-241-0/+452