Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:spy_data
(Results
1 - 25
of
41
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H
A
D
main.h
17
#define SPY_NUMBER(priv) (priv->
spy_data
.spy_number)
H
A
D
orinoco.h
136
struct iw_spy_data
spy_data
; /* iwspy support */
member
H
A
D
wext.c
124
wstats->qual.qual = priv->
spy_data
.spy_stat[0].qual;
in orinoco_get_wireless_stats()
125
wstats->qual.level = priv->
spy_data
.spy_stat[0].level;
in orinoco_get_wireless_stats()
126
wstats->qual.noise = priv->
spy_data
.spy_stat[0].noise;
in orinoco_get_wireless_stats()
128
priv->
spy_data
.spy_stat[0].updated;
in orinoco_get_wireless_stats()
H
A
D
main.c
2184
priv->wireless_data.
spy_data
= &priv->
spy_data
;
in alloc_orinocodev()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H
A
D
main.h
17
#define SPY_NUMBER(priv) (priv->
spy_data
.spy_number)
H
A
D
orinoco.h
136
struct iw_spy_data
spy_data
; /* iwspy support */
member
H
A
D
wext.c
124
wstats->qual.qual = priv->
spy_data
.spy_stat[0].qual;
in orinoco_get_wireless_stats()
125
wstats->qual.level = priv->
spy_data
.spy_stat[0].level;
in orinoco_get_wireless_stats()
126
wstats->qual.noise = priv->
spy_data
.spy_stat[0].noise;
in orinoco_get_wireless_stats()
128
priv->
spy_data
.spy_stat[0].updated;
in orinoco_get_wireless_stats()
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
ray_cs.h
67
struct iw_spy_data
spy_data
;
member
H
A
D
ray_cs.c
306
local->wireless_data.
spy_data
= &local->
spy_data
;
in ray_probe()
1404
if ((local->
spy_data
.spy_number > 0)
in ray_get_wireless_stats()
1407
local->wstats.qual.qual = local->
spy_data
.spy_stat[0].qual;
in ray_get_wireless_stats()
1408
local->wstats.qual.level = local->
spy_data
.spy_stat[0].level;
in ray_get_wireless_stats()
1409
local->wstats.qual.noise = local->
spy_data
.spy_stat[0].noise;
in ray_get_wireless_stats()
1411
local->
spy_data
.spy_stat[0].updated;
in ray_get_wireless_stats()
H
A
D
wl3501.h
611
struct iw_spy_data
spy_data
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H
A
D
ray_cs.h
67
struct iw_spy_data
spy_data
;
member
H
A
D
ray_cs.c
306
local->wireless_data.
spy_data
= &local->
spy_data
;
in ray_probe()
1405
if ((local->
spy_data
.spy_number > 0)
in ray_get_wireless_stats()
1408
local->wstats.qual.qual = local->
spy_data
.spy_stat[0].qual;
in ray_get_wireless_stats()
1409
local->wstats.qual.level = local->
spy_data
.spy_stat[0].level;
in ray_get_wireless_stats()
1410
local->wstats.qual.noise = local->
spy_data
.spy_stat[0].noise;
in ray_get_wireless_stats()
1412
local->
spy_data
.spy_stat[0].updated;
in ray_get_wireless_stats()
H
A
D
wl3501.h
611
struct iw_spy_data
spy_data
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H
A
D
islpci_dev.h
88
struct iw_spy_data
spy_data
; /* iwspy support */
member
H
A
D
islpci_dev.c
842
priv->wireless_data.
spy_data
= &priv->
spy_data
;
in islpci_setup()
/kernel/linux/linux-5.10/include/net/
H
A
D
iw_handler.h
232
* - Change the way we get to
spy_data
method for added safety
422
struct iw_spy_data *
spy_data
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
iw_handler.h
232
* - Change the way we get to
spy_data
method for added safety
422
struct iw_spy_data *
spy_data
;
member
/kernel/linux/linux-5.10/net/wireless/
H
A
D
wext-spy.c
22
return dev->wireless_data->
spy_data
;
in get_spydata()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
wext-spy.c
22
return dev->wireless_data->
spy_data
;
in get_spydata()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_main.c
843
/* Currently, we point to the proper
spy_data
only on
in hostap_setup_dev()
845
iface->wireless_data.
spy_data
= &iface->
spy_data
;
in hostap_setup_dev()
H
A
D
hostap_wlan.h
898
struct iw_spy_data
spy_data
; /* iwspy support */
member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_main.c
846
/* Currently, we point to the proper
spy_data
only on
in hostap_setup_dev()
848
iface->wireless_data.
spy_data
= &iface->
spy_data
;
in hostap_setup_dev()
H
A
D
hostap_wlan.h
900
struct iw_spy_data
spy_data
; /* iwspy support */
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw.h
733
struct iw_spy_data
spy_data
; /* iwspy support */
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw.h
732
struct iw_spy_data
spy_data
; /* iwspy support */
member
Completed in 35 milliseconds
1
2