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:has_wpa
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H
A
D
hw.c
143
priv->
has_wpa
= 0;
in determine_fw_capabilities()
169
priv->
has_wpa
= (firmver >= 0x9002a);
in determine_fw_capabilities()
656
if (priv->has_wep || priv->
has_wpa
) {
in orinoco_hw_program_rids()
943
if (priv->
has_wpa
) {
in __orinoco_hw_setup_enc()
1337
if (!priv->
has_wpa
)
in orinoco_hw_disassociate()
H
A
D
orinoco.h
111
unsigned int
has_wpa
:1;
member
H
A
D
cfg.c
83
if (priv->
has_wpa
) {
in orinoco_wiphy_register()
H
A
D
wext.c
264
if ((priv->
has_wpa
) && (priv->encode_alg == ORINOCO_ALG_TKIP))
in orinoco_ioctl_setiwencode()
746
if (priv->
has_wpa
&& (alg != IW_ENCODE_ALG_TKIP)) {
in orinoco_ioctl_set_encodeext()
779
if (!priv->
has_wpa
||
in orinoco_ioctl_set_encodeext()
939
if (priv->
has_wpa
) {
in orinoco_ioctl_set_auth()
H
A
D
main.c
1244
if (!priv->
has_wpa
)
in orinoco_send_assocreqie_wevent()
1274
if (!priv->
has_wpa
)
in orinoco_send_assocrespie_wevent()
2065
if (priv->
has_wpa
) {
in orinoco_init()
2070
priv->
has_wpa
= 0;
in orinoco_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H
A
D
hw.c
143
priv->
has_wpa
= 0;
in determine_fw_capabilities()
169
priv->
has_wpa
= (firmver >= 0x9002a);
in determine_fw_capabilities()
656
if (priv->has_wep || priv->
has_wpa
) {
in orinoco_hw_program_rids()
943
if (priv->
has_wpa
) {
in __orinoco_hw_setup_enc()
1341
if (!priv->
has_wpa
)
in orinoco_hw_disassociate()
H
A
D
orinoco.h
111
unsigned int
has_wpa
:1;
member
H
A
D
cfg.c
83
if (priv->
has_wpa
) {
in orinoco_wiphy_register()
H
A
D
wext.c
267
if ((priv->
has_wpa
) && (priv->encode_alg == ORINOCO_ALG_TKIP))
in orinoco_ioctl_setiwencode()
760
if (priv->
has_wpa
&& (alg != IW_ENCODE_ALG_TKIP)) {
in orinoco_ioctl_set_encodeext()
793
if (!priv->
has_wpa
||
in orinoco_ioctl_set_encodeext()
953
if (priv->
has_wpa
) {
in orinoco_ioctl_set_auth()
H
A
D
main.c
1244
if (!priv->
has_wpa
)
in orinoco_send_assocreqie_wevent()
1274
if (!priv->
has_wpa
)
in orinoco_send_assocrespie_wevent()
2065
if (priv->
has_wpa
) {
in orinoco_init()
2070
priv->
has_wpa
= 0;
in orinoco_init()
Completed in 15 milliseconds