aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-7/+8
2021-04-22qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson1-2/+4
2020-03-12qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich1-0/+48
2020-03-12qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich1-3/+3
2020-02-12qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich1-3/+6
2020-02-12qtnfmac: cleanup alignment in firmware communication protocolIgor Mitsyanko1-44/+14
2019-11-14qtnfmac: handle MIC failure event from firmwareSergey Matyukevich1-0/+40
2019-11-14qtnfmac: fix invalid channel information outputSergey Matyukevich1-3/+4
2019-04-26qtnfmac: handle channel switch events for connected stations onlySergey Matyukevich1-5/+11
2019-02-08qtnfmac: enable WPA3 SAE supportSergey Matyukevich1-0/+41
2019-02-08qtnfmac: enable WPA3 OWE supportSergey Matyukevich1-43/+101
2019-02-01qtnfmac: add missing bss record to host scan cacheSergey Matyukevich1-4/+75
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich1-15/+2
2018-10-05qtnfmac: do not track STA states in driverSergey Matyukevich1-17/+1
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich1-5/+3
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen1-14/+27
2018-04-24qtnfmac: add DFS offload supportDmitry Lebed1-0/+11
2018-01-24qtnfmac: do not use bus mutex for events processingIgor Mitsyanko1-2/+2
2018-01-09qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko1-2/+3
2018-01-09qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich1-4/+3
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko1-0/+61
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich1-1/+2
2017-11-10qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko1-13/+12
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko1-24/+34
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-2/+0
2017-10-13qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko1-2/+0
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko1-12/+0
2017-09-25qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko1-0/+3
2017-09-25qtnfmac: remove unused mac::status fieldIgor Mitsyanko1-2/+0
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko1-7/+1
2017-09-25qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko1-16/+13
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich1-2/+0
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich1-0/+2
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich1-0/+61
2017-08-03qtnfmac: fix station leave reason endiannessSergey Matyukevich1-2/+2
2017-05-24qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko1-0/+452