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:extraIesLen
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/wlan/hdi_service/service_common/
H
A
D
wlan_common_cmd.c
1222
if ((scan->extraIes != NULL) && (scan->
extraIesLen
!= 0)) {
in WLanFillScanData()
1223
wifiScan->extraIes = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * scan->
extraIesLen
);
in WLanFillScanData()
1225
if (memcpy_s(wifiScan->extraIes, sizeof(uint8_t) * (scan->
extraIesLen
), scan->extraIes,
in WLanFillScanData()
1226
sizeof(uint8_t) * (scan->
extraIesLen
)) != EOK) {
in WLanFillScanData()
1231
wifiScan->
extraIesLen
= scan->
extraIesLen
;
in WLanFillScanData()
/drivers/hdf_core/framework/model/network/wifi/include/
H
A
D
hdf_wifi_cmd.h
349
int32_t
extraIesLen
;
member
/drivers/peripheral/wlan/client/include/
H
A
D
wifi_driver_client.h
484
int32_t
extraIesLen
;
member
/drivers/peripheral/wlan/client/src/sbuf/
H
A
D
sbuf_cmd_adapter.c
835
isSerializeFailed = isSerializeFailed || !HdfSbufWriteBuffer(data, scan->extraIes, scan->
extraIesLen
);
in WifiCmdScan()
/drivers/peripheral/wlan/client/src/netlink/
H
A
D
netlink_cmd_adapter.c
1689
if (nla_put(msg, NL80211_ATTR_IE, scan->
extraIesLen
, scan->extraIes) != RET_CODE_SUCCESS) {
in CmdScanPutMsg()
Completed in 17 milliseconds