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:ciphers_pairwise
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_cfg.h
637
hi_u8
ciphers_pairwise
[OAL_NL80211_MAX_NR_CIPHER_SUITES];
member
H
A
D
mac_vap.c
1408
mac_mib_set_rsnaconfig_wpa_pairwise_cipher_implemented(mac_vap, crypto->
ciphers_pairwise
[loop]);
in mac_vap_init_crypto_suites()
1413
mac_mib_set_rsnaconfig_wpa2_pairwise_cipher_implemented(mac_vap, crypto->
ciphers_pairwise
[loop]);
in mac_vap_init_crypto_suites()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
960
memcpy_s(cfg80211_params->crypto.
ciphers_pairwise
,
in FillCfg80211ConnectParams()
961
NL80211_MAX_NR_CIPHER_SUITES*sizeof(cfg80211_params->crypto.
ciphers_pairwise
[0]),
in FillCfg80211ConnectParams()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_cfg80211.c
2970
connect->crypto.
ciphers_pairwise
[loop2] = (hi_u8)puc_ie[offset + MAC_OUI_LEN];
in wal_set_crypto_pmf()
3033
connect_param->crypto.
ciphers_pairwise
[loop] = (hi_u8)sme->crypto.
ciphers_pairwise
[loop];
in wal_set_crypto_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
1231
hi_u32
ciphers_pairwise
[OAL_NL80211_MAX_NR_CIPHER_SUITES];
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.c
5466
pval = wl_rsn_cipher_wsec_algo_lookup(sme->crypto.
ciphers_pairwise
[0]);
in wl_set_set_cipher()
5468
WL_ERR(("invalid cipher pairwise (%d)\n", sme->crypto.
ciphers_pairwise
[0]));
in wl_set_set_cipher()
5471
switch (sme->crypto.
ciphers_pairwise
[0]) {
in wl_set_set_cipher()
5495
sme->crypto.
ciphers_pairwise
[0]));
in wl_set_set_cipher()
5579
sec->cipher_pairwise = sme->crypto.
ciphers_pairwise
[0];
in wl_set_set_cipher()
6092
sme->crypto.
ciphers_pairwise
[0]));
in wl_set_set_sharedkey()
Completed in 55 milliseconds