Sign in
android-kvm
/
linux
/
acd80cdcee17eb770fcb2b0dc659b78f369d8c01
/
drivers
/
net
/
wireless
/
quantenna
/
qtnfmac
/
cfg80211.c
bb55441
wifi: cfg80211: split struct cfg80211_ap_settings
by Johannes Berg
· 1 year, 5 months ago
66f85d5
wifi: cfg80211: modify prototype for change_beacon
by Aloka Dixit
· 1 year, 7 months ago
a251c17
treewide: use get_random_u32() when possible
by Jason A. Donenfeld
· 2 years, 4 months ago
bf99f11
wifi: move from strlcpy with unused retval to strscpy
by Wolfram Sang
· 2 years, 6 months ago
e7a7b84
wifi: cfg80211: Add link_id parameter to various key operations for MLO
by Veerendranath Jakkam
· 2 years, 7 months ago
6b013c3d
wifi: qtnfmac: remove braces around single statement blocks
by Sebin Sebastian
· 2 years, 7 months ago
7b0a0e3
wifi: cfg80211: do some rework towards MLO link APIs
by Johannes Berg
· 2 years, 10 months ago
a221d0a
qtnfmac: remove meaningless labels
by wengjianfeng
· 4 years ago
2fe8ef1
cfg80211: change netdev registration/unregistration semantics
by Johannes Berg
· 4 years, 1 month ago
6cd536f
cfg80211: change internal management frame registration API
by Johannes Berg
· 4 years, 10 months ago
2d83ddd
qtnfmac: add interface combination check for repeater mode
by Dmitry Lebed
· 5 years ago
616f570
qtnfmac: assign each wiphy to its own virtual platform device
by Sergey Matyukevich
· 5 years ago
44d0976
qtnfmac: support WPA3 OWE in AP mode
by Sergey Matyukevich
· 5 years ago
b3860e7
qtnfmac: support WPA3 SAE in AP mode
by Sergey Matyukevich
· 5 years ago
0d18a9c
qtnfmac: pass max scan SSIDs limit on per-radio basis
by Igor Mitsyanko
· 5 years ago
601ce21
qtnfmac: implement extendable channel survey dump
by Igor Mitsyanko
· 5 years ago
310cd5d
qtnfmac: pass hardware capabilities in TLV element
by Igor Mitsyanko
· 5 years ago
155b424
qtnfmac: add module param to configure DFS offload
by Sergey Matyukevich
· 5 years ago
e92b07a
qtnfmac: cleanup slave_radar access function
by Sergey Matyukevich
· 5 years ago
decfc5c
qtnfmac: track broadcast domain of each interface
by Igor Mitsyanko
· 5 years ago
4502822
qtnfmac: remove VIF in firmware in case of error
by Igor Mitsyanko
· 5 years ago
0756e91
qtnfmac: add support for getting/setting transmit power
by Mikhail Karpenko
· 5 years ago
888f156
qtnfmac: allow to control DFS slave radar detection
by Igor Mitsyanko
· 6 years ago
bc70732
qtnfmac: send EAPOL frames via control path
by Igor Mitsyanko
· 6 years ago
72b3270
qtnfmac: allow changing the netns
by Sergey Matyukevich
· 6 years ago
c698bce
qtnfmac: allow each MAC to specify its own regulatory rules
by Igor Mitsyanko
· 6 years ago
48cefdf
qtnfmac: flexible regulatory domain registration logic
by Igor Mitsyanko
· 6 years ago
642f15a
qtnfmac: simplify error reporting in regulatory notifier
by Igor Mitsyanko
· 6 years ago
d123172
qtnfmac: make regulatory notifier work on per-phy basis
by Igor Mitsyanko
· 6 years ago
47b08e7
qtnfmac: enable WPA3 SAE support
by Sergey Matyukevich
· 6 years ago
ff233cb5
qtnfmac: convert to SPDX license identifiers
by Sergey Matyukevich
· 6 years ago
f3c8bd4
qtnfmac: do not reject retry changes in driver
by Sergey Matyukevich
· 6 years ago
de624a3
qtnfmac: add support for 4addr mode
by Sergey Matyukevich
· 6 years ago
e1c02eb
qtnfmac: implement dump_station support for STA mode
by Sergey Matyukevich
· 6 years ago
2525f18
qtnfmac: add support for scan dwell time configuration
by Sergey Matyukevich
· 6 years ago
35da3fe
qtnfmac: drop error reports for out-of-bounds key indexes
by Sergey Matyukevich
· 6 years ago
ab1c64a
qtnfmac: inform wireless core about supported extended capabilities
by Sergey Matyukevich
· 6 years ago
aaa9814
qtnfmac: do not cancel scan in disconnect callback
by Igor Mitsyanko
· 6 years ago
c6ed298
qtnfmac: cleanup and unify command error handling
by Sergey Matyukevich
· 6 years ago
92246b1
qtnfmac: request userspace to do OBSS scanning if FW can not
by Igor Mitsyanko
· 6 years ago
d5f693b
qtnfmac: generate local disconnect event in disconnect callback
by Igor Mitsyanko
· 6 years ago
263ee96
qtnfmac: do not track STA states in driver
by Sergey Matyukevich
· 6 years ago
93ed990
qtnfmac: remove set but not used variable 'vif'
by YueHaibing
· 6 years ago
28b9188
qtnfmac: implement basic WoWLAN support
by Sergey Matyukevich
· 7 years ago
8f1180e
qtnfmac: enable multiple SSIDs scan support
by Andrey Shevchenko
· 7 years ago
4775ad0
qtnfmac: implement cfg80211 power management callback
by Sergei Maksimenko
· 7 years ago
a527d3f
Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 7 years ago
6fbef95
qtnfmac: enable source MAC address randomization support
by Andrey Shevchenko
· 7 years ago
c1e3f64
qtnfmac: fix NULL pointer dereference
by Gustavo A. R. Silva
· 7 years ago
480daa9
qtnfmac: fix invalid STA state on EAPOL failure
by Sergey Matyukevich
· 7 years ago
40d68dbb
qtnfmac: cancel scan on disconnect
by Andrey Shevchenko
· 7 years ago
9a3beeb
qtnfmac: cleanup wdev structure between its uses
by Sergey Matyukevich
· 7 years ago
d62b622
qtnfmac: simplify notation
by Sergey Matyukevich
· 7 years ago
fbb9302
qtnfmac: add DFS offload support
by Dmitry Lebed
· 7 years ago
f2cddd5
qtnfmac: do not use mutexes in timer context
by Igor Mitsyanko
· 7 years ago
3984502
qtnfmac: fix STA disconnect procedure
by Sergey Matyukevich
· 7 years ago
01efff5
qtnfmac: validate interface combinations on changes
by Sergey Matyukevich
· 7 years ago
537faf2
qtnfmac: modify supported interface combinations
by Sergey Matyukevich
· 7 years ago
0b419d0
qtnfmac: report hardware/firmware information via ethtool
by Vasily Ulyanov
· 7 years ago
87affdd
qtnfmac: fix warnings when mBSS setup is stopped
by Vasily Ulyanov
· 7 years ago
f1398fd
qtnfmac: support MAC address based access control
by Vasily Ulyanov
· 7 years ago
7a4d3a3
qtnfmac: keeping track of "generation" for STA info
by Igor Mitsyanko
· 7 years ago
e6e594a
qtnfmac: check for passed channel being NULL in MGMT_TX command
by Igor Mitsyanko
· 7 years ago
e6ef8cd
qtnfmac: change default interface mode from AP to STA
by Igor Mitsyanko
· 7 years ago
b05ee45
qtnfmac: add support for radar detection and CAC
by Igor Mitsyanko
· 7 years ago
5bf374a
qtnfmac: pass complete channel data between driver and firmware
by Sergey Matyukevich
· 7 years ago
4fd045c
qtnfmac: check that MAC exists in regulatory notifier
by Igor Mitsyanko
· 7 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
17011da
qtnfmac: configure and start AP interface with a single command
by Igor Mitsyanko
· 7 years ago
4d1f0fa
qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage
by Igor Mitsyanko
· 7 years ago
d1398b5
qtnfmac: get rid of PHYMODE capabilities flags
by Igor Mitsyanko
· 7 years ago
d42df85
qtnfmac: initialize HT/VHT caps "can override" masks
by Igor Mitsyanko
· 7 years ago
e294cbf
qtnfmac: use per-band HT/VHT info from wireless device
by Igor Mitsyanko
· 7 years ago
db5c6d4
qtnfmac: advertise support of inactivity timeout
by Igor Mitsyanko
· 7 years ago
3dd06ce
qtnfmac: enable registration of more mgmt frames
by Sergey Matyukevich
· 7 years ago
7e916ca
qtnfmac: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
0fac9e2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
by Kalle Valo
· 7 years ago
ef81e8e
qtnfmac: do not cache current channel info in driver's state
by Igor Mitsyanko
· 7 years ago
9766d1d
qtnfmac: do not cache BSS state in per-VIF structure
by Igor Mitsyanko
· 7 years ago
d7b8005
qtnfmac: get rid of QTNF_STATE_AP_START flag
by Igor Mitsyanko
· 7 years ago
524522c
qtnfmac: get rid of QTNF_STATE_AP_CONFIG
by Igor Mitsyanko
· 7 years ago
f99201c
qtnfmac: pass channel definition to WiFi card on START_AP command
by Igor Mitsyanko
· 7 years ago
9b692df
qtnfmac: do not cache AP settings in driver structures
by Igor Mitsyanko
· 7 years ago
9739763
qtnfmac: do not cache CSA chandef info
by Igor Mitsyanko
· 7 years ago
8c015b9
qtnfmac: pass VIF info to SendChannel command
by Igor Mitsyanko
· 7 years ago
3656ab0
qtnfmac: let wifi card handle channel switch request to the same chan
by Igor Mitsyanko
· 7 years ago
96d4eaf
qtnfmac: do not cache channel info from "connect" command
by Igor Mitsyanko
· 7 years ago
9e5478b
qtnfmac: retrieve current channel info from EP
by Igor Mitsyanko
· 7 years ago
a715b3a
qtnfmac: cancel scans on wireless interface changes
by Sergey Matyukevich
· 7 years ago
c7ead2a
qtnfmac: implement scan timeout
by Sergey Matyukevich
· 8 years ago
97883695
qtnfmac: implement cfg80211 channel_switch handler
by Sergey Matyukevich
· 8 years ago
34f1145
qtnfmac: move current channel info from vif to mac
by Sergey Matyukevich
· 8 years ago
2789444
qtnfmac: implement reporting current channel
by Sergey Matyukevich
· 8 years ago
7c04b43
qtnfmac: implement cfg80211 dump_survey handler
by Sergey Matyukevich
· 8 years ago
ea19479
qtnfmac: regulatory configuration for self-managed setup
by Sergey Matyukevich
· 8 years ago
4dd07d2
qtnfmac: updates for regulatory support
by Sergey Matyukevich
· 8 years ago
4f8e254
qtnfmac: remove duplicated assignment to mac
by Colin Ian King
· 8 years ago
98f44cb
qtnfmac: introduce new FullMAC driver for Quantenna chipsets
by Igor Mitsyanko
· 8 years ago