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:auth_flag
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H
A
D
hw.c
908
int
auth_flag
;
in __orinoco_hw_setup_enc()
local
916
auth_flag
= HERMES_AUTH_SHARED_KEY;
in __orinoco_hw_setup_enc()
918
auth_flag
= HERMES_AUTH_OPEN;
in __orinoco_hw_setup_enc()
933
auth_flag
);
in __orinoco_hw_setup_enc()
966
auth_flag
);
in __orinoco_hw_setup_enc()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H
A
D
hw.c
908
int
auth_flag
;
in __orinoco_hw_setup_enc()
local
916
auth_flag
= HERMES_AUTH_SHARED_KEY;
in __orinoco_hw_setup_enc()
918
auth_flag
= HERMES_AUTH_OPEN;
in __orinoco_hw_setup_enc()
933
auth_flag
);
in __orinoco_hw_setup_enc()
966
auth_flag
);
in __orinoco_hw_setup_enc()
/kernel/linux/common_modules/qos_auth/auth_ctl/
H
A
D
auth_ctrl.c
184
* constrain user assigned
auth_flag
to kernel accepted
auth_flag
507
static unsigned int
auth_flag
(struct auth_struct *auth, unsigned int type)
in auth_flag()
function
567
if (auth && (
auth_flag
(auth, type) & af))
in check_authorized()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.h
3525
bool
auth_flag
;
member
H
A
D
mac.c
880
arg->
auth_flag
= true;
in ath11k_peer_assoc_h_basic()
H
A
D
wmi.c
1737
if (param->
auth_flag
)
in ath11k_wmi_copy_peer_flags()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.h
3591
bool
auth_flag
;
member
H
A
D
wmi.c
1873
if (arg->
auth_flag
)
in ath12k_wmi_copy_peer_flags()
H
A
D
mac.c
1224
arg->
auth_flag
= true;
in ath12k_peer_assoc_h_basic()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.h
3706
bool
auth_flag
;
member
H
A
D
wmi.c
1883
if (param->
auth_flag
)
in ath11k_wmi_copy_peer_flags()
H
A
D
mac.c
1734
arg->
auth_flag
= true;
in ath11k_peer_assoc_h_basic()
Completed in 119 milliseconds