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:WEP_KEYS
(Results
1 - 25
of
45
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H
A
D
at76c50x-usb.h
129
#define
WEP_KEYS
(4)
macro
288
u8 wep_default_keyvalue[
WEP_KEYS
][WEP_LARGE_KEY_LEN];
395
u8 wep_keys[
WEP_KEYS
][WEP_LARGE_KEY_LEN]; /* WEP keys */
396
u8 wep_keys_len[
WEP_KEYS
]; /* length of WEP keys */
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H
A
D
at76c50x-usb.h
129
#define
WEP_KEYS
(4)
macro
288
u8 wep_default_keyvalue[
WEP_KEYS
][WEP_LARGE_KEY_LEN];
395
u8 wep_keys[
WEP_KEYS
][WEP_LARGE_KEY_LEN]; /* WEP keys */
396
u8 wep_keys_len[
WEP_KEYS
]; /* length of WEP keys */
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw_wx.c
313
if (key >
WEP_KEYS
)
in libipw_wx_set_encode()
337
for (i = 0; i <
WEP_KEYS
; i++) {
in libipw_wx_set_encode()
346
if (i ==
WEP_KEYS
) {
in libipw_wx_set_encode()
474
if (key >
WEP_KEYS
)
in libipw_wx_get_encode()
521
if (idx < 1 || idx >
WEP_KEYS
)
in libipw_wx_set_encodeext()
546
for (i = 0; i <
WEP_KEYS
; i++)
in libipw_wx_set_encodeext()
550
if (i ==
WEP_KEYS
) {
in libipw_wx_set_encodeext()
680
if (idx < 1 || idx >
WEP_KEYS
)
in libipw_wx_get_encodeext()
H
A
D
libipw.h
300
#define
WEP_KEYS
4
macro
308
u8 encode_alg[
WEP_KEYS
];
309
u8 key_sizes[
WEP_KEYS
];
310
u8 keys[
WEP_KEYS
][SCM_KEY_LEN];
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_wx.c
289
if (key >
WEP_KEYS
)
in ieee80211_wx_set_encode()
312
for (i = 0; i <
WEP_KEYS
; i++) {
in ieee80211_wx_set_encode()
321
if (i ==
WEP_KEYS
) {
in ieee80211_wx_set_encode()
460
if (key >
WEP_KEYS
)
in ieee80211_wx_get_encode()
507
if (idx < 1 || idx >
WEP_KEYS
)
in ieee80211_wx_set_encode_ext()
536
for (i = 0; i <
WEP_KEYS
; i++)
in ieee80211_wx_set_encode_ext()
542
if (i ==
WEP_KEYS
) {
in ieee80211_wx_set_encode_ext()
669
if (idx < 1 || idx >
WEP_KEYS
)
in ieee80211_wx_get_encode_ext()
H
A
D
ieee80211_module.c
187
for (i = 0; i <
WEP_KEYS
; i++) {
in free_ieee80211()
H
A
D
ieee80211.h
818
#define
WEP_KEYS
4
macro
830
u8 key_sizes[
WEP_KEYS
];
831
u8 keys[
WEP_KEYS
][SCM_KEY_LEN];
1716
struct ieee80211_crypt_data *crypt[
WEP_KEYS
];
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_wx.c
287
if (key >
WEP_KEYS
)
in ieee80211_wx_set_encode()
310
for (i = 0; i <
WEP_KEYS
; i++) {
in ieee80211_wx_set_encode()
319
if (i ==
WEP_KEYS
) {
in ieee80211_wx_set_encode()
458
if (key >
WEP_KEYS
)
in ieee80211_wx_get_encode()
507
if (idx < 1 || idx >
WEP_KEYS
)
in ieee80211_wx_set_encode_ext()
536
for (i = 0; i <
WEP_KEYS
; i++)
in ieee80211_wx_set_encode_ext()
542
if (i ==
WEP_KEYS
) {
in ieee80211_wx_set_encode_ext()
669
if (idx < 1 || idx >
WEP_KEYS
)
in ieee80211_wx_get_encode_ext()
H
A
D
ieee80211_module.c
184
for (i = 0; i <
WEP_KEYS
; i++) {
in free_ieee80211()
H
A
D
ieee80211.h
755
#define
WEP_KEYS
4
macro
767
u8 key_sizes[
WEP_KEYS
];
768
u8 keys[
WEP_KEYS
][SCM_KEY_LEN];
1653
struct ieee80211_crypt_data *crypt[
WEP_KEYS
];
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw_wx.c
313
if (key >
WEP_KEYS
)
in libipw_wx_set_encode()
337
for (i = 0; i <
WEP_KEYS
; i++) {
in libipw_wx_set_encode()
346
if (i ==
WEP_KEYS
) {
in libipw_wx_set_encode()
474
if (key >
WEP_KEYS
)
in libipw_wx_get_encode()
521
if (idx < 1 || idx >
WEP_KEYS
)
in libipw_wx_set_encodeext()
546
for (i = 0; i <
WEP_KEYS
; i++)
in libipw_wx_set_encodeext()
550
if (i ==
WEP_KEYS
) {
in libipw_wx_set_encodeext()
680
if (idx < 1 || idx >
WEP_KEYS
)
in libipw_wx_get_encodeext()
H
A
D
libipw.h
300
#define
WEP_KEYS
4
macro
308
u8 encode_alg[
WEP_KEYS
];
309
u8 key_sizes[
WEP_KEYS
];
310
u8 keys[
WEP_KEYS
][SCM_KEY_LEN];
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
ieee80211.h
135
#define
WEP_KEYS
4
macro
H
A
D
rtl871x_ioctl_set.c
337
if (keyid >=
WEP_KEYS
)
in r8712_set_802_11_add_wep()
H
A
D
rtl871x_ioctl_linux.c
386
if (param->u.crypt.idx >=
WEP_KEYS
) {
in wpa_set_encryption()
398
if (wep_key_idx >=
WEP_KEYS
)
in wpa_set_encryption()
425
if (wep_key_idx >=
WEP_KEYS
) {
in wpa_set_encryption()
1516
if (key >
WEP_KEYS
)
in r8711_wx_set_enc()
1607
if (key >
WEP_KEYS
)
in r8711_wx_get_enc()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
ieee80211.h
135
#define
WEP_KEYS
4
macro
H
A
D
rtl871x_ioctl_set.c
336
if (keyid >=
WEP_KEYS
)
in r8712_set_802_11_add_wep()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_proc.c
31
for (i = 0; i <
WEP_KEYS
; i++) {
in prism2_debug_proc_show()
186
for (i = 0; i <
WEP_KEYS
; i++) {
in prism2_crypt_proc_show()
H
A
D
hostap_ioctl.c
142
if (i < 0 || i >=
WEP_KEYS
)
in prism2_ioctl_siwencode()
192
for (j = 0; j <
WEP_KEYS
; j++) {
in prism2_ioctl_siwencode()
245
if (i < 0 || i >=
WEP_KEYS
)
in prism2_ioctl_giwencode()
1033
range->max_encoding_tokens =
WEP_KEYS
;
in prism2_ioctl_giwrange()
3211
if (i >
WEP_KEYS
)
in prism2_ioctl_siwencodeext()
3213
if (i < 1 || i >
WEP_KEYS
)
in prism2_ioctl_siwencodeext()
3217
if (i < 0 || i >=
WEP_KEYS
)
in prism2_ioctl_siwencodeext()
3337
for (j = 0; j <
WEP_KEYS
; j++) {
in prism2_ioctl_siwencodeext()
3387
if (i < 1 || i >
WEP_KEYS
)
in prism2_ioctl_giwencodeext()
3457
if (param->u.crypt.idx >=
WEP_KEYS
)
in prism2_ioctl_set_encryption()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_proc.c
31
for (i = 0; i <
WEP_KEYS
; i++) {
in prism2_debug_proc_show()
186
for (i = 0; i <
WEP_KEYS
; i++) {
in prism2_crypt_proc_show()
H
A
D
hostap_ioctl.c
132
if (i < 0 || i >=
WEP_KEYS
)
in prism2_ioctl_siwencode()
182
for (j = 0; j <
WEP_KEYS
; j++) {
in prism2_ioctl_siwencode()
236
if (i < 0 || i >=
WEP_KEYS
)
in prism2_ioctl_giwencode()
1042
range->max_encoding_tokens =
WEP_KEYS
;
in prism2_ioctl_giwrange()
3233
if (i >
WEP_KEYS
)
in prism2_ioctl_siwencodeext()
3235
if (i < 1 || i >
WEP_KEYS
)
in prism2_ioctl_siwencodeext()
3239
if (i < 0 || i >=
WEP_KEYS
)
in prism2_ioctl_siwencodeext()
3359
for (j = 0; j <
WEP_KEYS
; j++) {
in prism2_ioctl_siwencodeext()
3410
if (i < 1 || i >
WEP_KEYS
)
in prism2_ioctl_giwencodeext()
3480
if (param->u.crypt.idx >=
WEP_KEYS
)
in prism2_ioctl_set_encryption()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
ieee80211.h
627
#define
WEP_KEYS
4
macro
639
u8 key_sizes[
WEP_KEYS
];
640
u8 keys[
WEP_KEYS
][WEP_KEY_LEN];
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H
A
D
ioctl_linux.c
71
max_idx =
WEP_KEYS
- 1;
in wpa_set_encryption()
123
if (wep_key_idx >=
WEP_KEYS
) {
in wpa_set_encryption()
540
if (param->u.crypt.idx >=
WEP_KEYS
) {
in rtw_set_encryption()
566
if ((wep_key_idx >=
WEP_KEYS
) || (wep_key_len <= 0)) {
in rtw_set_encryption()
H
A
D
ioctl_cfg80211.c
518
if (param->u.crypt.idx >=
WEP_KEYS
) {
in rtw_cfg80211_ap_set_encryption()
536
if ((wep_key_idx >=
WEP_KEYS
) || (wep_key_len <= 0)) {
in rtw_cfg80211_ap_set_encryption()
723
max_idx =
WEP_KEYS
- 1;
in rtw_cfg80211_set_encryption()
954
if ((key_index <
WEP_KEYS
) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->dot11PrivacyAlgrthm == _WEP104_))) { /* set wep default key */
in cfg80211_rtw_set_default_key()
1719
if (sme->key_idx >
WEP_KEYS
) {
in cfg80211_rtw_connect()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H
A
D
ioctl_linux.c
361
if (param->u.crypt.idx >=
WEP_KEYS
) {
in wpa_set_encryption()
384
if (wep_key_idx >
WEP_KEYS
)
in wpa_set_encryption()
417
if (wep_key_idx >=
WEP_KEYS
) {
in wpa_set_encryption()
1592
if (key >
WEP_KEYS
)
in rtw_wx_set_enc()
1694
if (key >
WEP_KEYS
)
in rtw_wx_get_enc()
2182
if (param->u.crypt.idx >=
WEP_KEYS
) {
in rtw_set_encryption()
2205
if ((wep_key_idx >=
WEP_KEYS
) || (wep_key_len <= 0)) {
in rtw_set_encryption()
Completed in 49 milliseconds
1
2