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:cfg80211_params
(Results
1 - 2
of
2
) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
948
static void FillCfg80211ConnectParams(const WlanConnectParams *param, struct cfg80211_connect_params *
cfg80211_params
)
in FillCfg80211ConnectParams()
argument
950
cfg80211_params
->bssid = param->bssid;
in FillCfg80211ConnectParams()
951
cfg80211_params
->ssid = param->ssid;
in FillCfg80211ConnectParams()
952
cfg80211_params
->ie = param->ie;
in FillCfg80211ConnectParams()
953
cfg80211_params
->ssid_len = param->ssidLen;
in FillCfg80211ConnectParams()
954
cfg80211_params
->ie_len = param->ieLen;
in FillCfg80211ConnectParams()
956
cfg80211_params
->crypto.wpa_versions = param->crypto.wpaVersions;
in FillCfg80211ConnectParams()
957
cfg80211_params
->crypto.cipher_group = param->crypto.cipherGroup;
in FillCfg80211ConnectParams()
958
cfg80211_params
->crypto.n_ciphers_pairwise = param->crypto.n_ciphersPairwise;
in FillCfg80211ConnectParams()
960
memcpy_s(
cfg80211_params
in FillCfg80211ConnectParams()
993
struct cfg80211_connect_params
cfg80211_params
= { 0 };
HdfConnectEntry()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
276
oal_cfg80211_connect_params_stru
cfg80211_params
= { 0 };
in WalConnect()
local
278
cfg80211_params
.channel = WalGetChannel(wiphy, param->centerFreq);
in WalConnect()
279
if ((
cfg80211_params
.channel == NULL) || (
cfg80211_params
.channel->flags & WIFI_CHAN_DISABLED)) {
in WalConnect()
281
(
cfg80211_params
.channel == NULL) ? 0 :
cfg80211_params
.channel->flags);
in WalConnect()
285
cfg80211_params
.bssid = param->bssid;
in WalConnect()
286
cfg80211_params
.ssid = param->ssid;
in WalConnect()
287
cfg80211_params
.ie = param->ie;
in WalConnect()
288
cfg80211_params
in WalConnect()
[all...]
Completed in 3 milliseconds