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_OPEN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H
A
D
airo.c
593
#define
AUTH_OPEN
cpu_to_le16(0x1)
macro
1818
if (ai->config.authType !=
AUTH_OPEN
&& maxencrypt) {
in checkThrottle()
3821
/* Cache the last auth type used (of
AUTH_OPEN
and AUTH_ENCRYPT).
in set_auth_type()
3824
if (auth_type ==
AUTH_OPEN
|| auth_type == AUTH_ENCRYPT)
in set_auth_type()
3861
set_auth_type(ai,
AUTH_OPEN
);
in airo_readconfig()
4936
set_auth_type(ai,
AUTH_OPEN
);
in proc_config_on_close()
5574
apriv->config.authType =
AUTH_OPEN
;
in timer_func()
6419
(local->config.authType ==
AUTH_OPEN
))
in airo_set_encode()
6440
set_auth_type(local,
AUTH_OPEN
); /* disable encryption */
in airo_set_encode()
6479
case
AUTH_OPEN
in airo_get_encode()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H
A
D
airo.c
592
#define
AUTH_OPEN
cpu_to_le16(0x1)
macro
1818
if (ai->config.authType !=
AUTH_OPEN
&& maxencrypt) {
in checkThrottle()
3813
/* Cache the last auth type used (of
AUTH_OPEN
and AUTH_ENCRYPT).
in set_auth_type()
3816
if (auth_type ==
AUTH_OPEN
|| auth_type == AUTH_ENCRYPT)
in set_auth_type()
3854
set_auth_type(ai,
AUTH_OPEN
);
in airo_readconfig()
4933
set_auth_type(ai,
AUTH_OPEN
);
in proc_config_on_close()
5571
apriv->config.authType =
AUTH_OPEN
;
in timer_func()
6431
(local->config.authType ==
AUTH_OPEN
))
in airo_set_encode()
6452
set_auth_type(local,
AUTH_OPEN
); /* disable encryption */
in airo_set_encode()
6492
case
AUTH_OPEN
in airo_get_encode()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.h
1745
#define
AUTH_OPEN
0
macro
H
A
D
ipw2200.c
7300
priv->assoc_request.auth_type =
AUTH_OPEN
;
in ipw_associate_network()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.h
1744
#define
AUTH_OPEN
0
macro
H
A
D
ipw2200.c
7254
priv->assoc_request.auth_type =
AUTH_OPEN
;
in ipw_associate_network()
Completed in 55 milliseconds