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:encode_alg
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H
A
D
wext.c
243
enum orinoco_alg
encode_alg
= priv->
encode_alg
;
in orinoco_ioctl_setiwencode()
local
264
if ((priv->has_wpa) && (priv->
encode_alg
== ORINOCO_ALG_TKIP))
in orinoco_ioctl_setiwencode()
272
if (
encode_alg
!= ORINOCO_ALG_WEP) {
in orinoco_ioctl_setiwencode()
274
encode_alg
= ORINOCO_ALG_WEP;
in orinoco_ioctl_setiwencode()
296
encode_alg
= ORINOCO_ALG_NONE;
in orinoco_ioctl_setiwencode()
309
if ((priv->
encode_alg
==
encode_alg
) &&
in orinoco_ioctl_setiwencode()
317
priv->
encode_alg
=
encode_alg
;
in orinoco_ioctl_setiwencode()
[all...]
H
A
D
orinoco.h
119
enum orinoco_alg
encode_alg
;
member
H
A
D
hw.c
912
if (priv->
encode_alg
== ORINOCO_ALG_WEP)
in __orinoco_hw_setup_enc()
922
else if (priv->
encode_alg
== ORINOCO_ALG_WEP)
in __orinoco_hw_setup_enc()
929
if (priv->
encode_alg
== ORINOCO_ALG_WEP) {
in __orinoco_hw_setup_enc()
956
if (priv->
encode_alg
== ORINOCO_ALG_WEP) {
in __orinoco_hw_setup_enc()
H
A
D
main.c
368
do_mic = ((priv->
encode_alg
== ORINOCO_ALG_TKIP) &&
in orinoco_process_xmit_skb()
2092
priv->
encode_alg
= ORINOCO_ALG_NONE;
in orinoco_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H
A
D
wext.c
246
enum orinoco_alg
encode_alg
= priv->
encode_alg
;
in orinoco_ioctl_setiwencode()
local
267
if ((priv->has_wpa) && (priv->
encode_alg
== ORINOCO_ALG_TKIP))
in orinoco_ioctl_setiwencode()
275
if (
encode_alg
!= ORINOCO_ALG_WEP) {
in orinoco_ioctl_setiwencode()
277
encode_alg
= ORINOCO_ALG_WEP;
in orinoco_ioctl_setiwencode()
299
encode_alg
= ORINOCO_ALG_NONE;
in orinoco_ioctl_setiwencode()
312
if ((priv->
encode_alg
==
encode_alg
) &&
in orinoco_ioctl_setiwencode()
320
priv->
encode_alg
=
encode_alg
;
in orinoco_ioctl_setiwencode()
[all...]
H
A
D
orinoco.h
119
enum orinoco_alg
encode_alg
;
member
H
A
D
hw.c
912
if (priv->
encode_alg
== ORINOCO_ALG_WEP)
in __orinoco_hw_setup_enc()
922
else if (priv->
encode_alg
== ORINOCO_ALG_WEP)
in __orinoco_hw_setup_enc()
929
if (priv->
encode_alg
== ORINOCO_ALG_WEP) {
in __orinoco_hw_setup_enc()
956
if (priv->
encode_alg
== ORINOCO_ALG_WEP) {
in __orinoco_hw_setup_enc()
H
A
D
main.c
368
do_mic = ((priv->
encode_alg
== ORINOCO_ALG_TKIP) &&
in orinoco_process_xmit_skb()
2092
priv->
encode_alg
= ORINOCO_ALG_NONE;
in orinoco_init()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw_wx.c
453
sec.
encode_alg
[key] = SEC_ALG_WEP;
in libipw_wx_set_encode()
642
sec.
encode_alg
[idx] = SEC_ALG_WEP;
in libipw_wx_set_encodeext()
646
sec.
encode_alg
[idx] = SEC_ALG_TKIP;
in libipw_wx_set_encodeext()
650
sec.
encode_alg
[idx] = SEC_ALG_CCMP;
in libipw_wx_set_encodeext()
699
if (sec->
encode_alg
[idx] == SEC_ALG_WEP)
in libipw_wx_get_encodeext()
701
else if (sec->
encode_alg
[idx] == SEC_ALG_TKIP)
in libipw_wx_get_encodeext()
703
else if (sec->
encode_alg
[idx] == SEC_ALG_CCMP)
in libipw_wx_get_encodeext()
H
A
D
libipw.h
308
u8
encode_alg
[WEP_KEYS];
member
H
A
D
libipw_rx.c
674
switch (ieee->sec.
encode_alg
[keyidx]) {
in libipw_rx()
H
A
D
ipw2200.c
10685
priv->ieee->sec.
encode_alg
[i] = sec->
encode_alg
[i];
in shim__set_security()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw_wx.c
453
sec.
encode_alg
[key] = SEC_ALG_WEP;
in libipw_wx_set_encode()
642
sec.
encode_alg
[idx] = SEC_ALG_WEP;
in libipw_wx_set_encodeext()
646
sec.
encode_alg
[idx] = SEC_ALG_TKIP;
in libipw_wx_set_encodeext()
650
sec.
encode_alg
[idx] = SEC_ALG_CCMP;
in libipw_wx_set_encodeext()
699
if (sec->
encode_alg
[idx] == SEC_ALG_WEP)
in libipw_wx_get_encodeext()
701
else if (sec->
encode_alg
[idx] == SEC_ALG_TKIP)
in libipw_wx_get_encodeext()
703
else if (sec->
encode_alg
[idx] == SEC_ALG_CCMP)
in libipw_wx_get_encodeext()
H
A
D
libipw.h
308
u8
encode_alg
[WEP_KEYS];
member
H
A
D
libipw_rx.c
674
switch (ieee->sec.
encode_alg
[keyidx]) {
in libipw_rx()
H
A
D
ipw2200.c
10639
priv->ieee->sec.
encode_alg
[i] = sec->
encode_alg
[i];
in shim__set_security()
Completed in 48 milliseconds