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:WIFI_SSID_LENGTH
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H
A
D
wpa_hal_p2p_struct.h
57
char ssid[
WIFI_SSID_LENGTH
];
89
char ssid[
WIFI_SSID_LENGTH
];
150
char ssid[
WIFI_SSID_LENGTH
];
H
A
D
wpa_hal_struct.h
86
char ssid[
WIFI_SSID_LENGTH
];
109
char ssid[
WIFI_SSID_LENGTH
];
127
char ssid[
WIFI_SSID_LENGTH
];
H
A
D
wpa_hal_define.h
134
#define
WIFI_SSID_LENGTH
132
macro
H
A
D
wpa_supplicant_hal.h
36
char ssid[
WIFI_SSID_LENGTH
];
H
A
D
wpa_common_cmd.h
26
#define
WIFI_SSID_LENGTH
132
macro
H
A
D
wpa_p2p_cmd.c
89
if (strcpy_s((char *)info->ssid,
WIFI_SSID_LENGTH
+ 1, buf + start) != EOK) {
in GetHalNetworkInfos()
92
printf_decode((u8 *)info->ssid,
WIFI_SSID_LENGTH
+ 1, (char *)info->ssid);
in GetHalNetworkInfos()
1504
infoList->infos[index].ssid = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) *
WIFI_SSID_LENGTH
);
in WpaInterfaceP2pListNetworks()
1510
infoList->infos[index].ssidLen =
WIFI_SSID_LENGTH
;
in WpaInterfaceP2pListNetworks()
1863
groupStartedParam->ssid,
WIFI_SSID_LENGTH
) != HDF_SUCCESS) {
in FillHdiP2pGroupInfoStartedParam()
H
A
D
wpa_common_cmd.c
1228
HDF_LOGD("%{public}s: stateChangedParam->ssid[
WIFI_SSID_LENGTH
-1] = %x", __func__,
in WpaFillWpaStateChangedParam()
1229
stateChangedParam->ssid[
WIFI_SSID_LENGTH
- 1]);
in WpaFillWpaStateChangedParam()
/drivers/peripheral/wlan/wpa/client/include/
H
A
D
wpa_client.h
33
#define
WIFI_SSID_LENGTH
132
macro
105
unsigned char ssid[
WIFI_SSID_LENGTH
];
110
unsigned char ssid[
WIFI_SSID_LENGTH
];
179
unsigned char ssid[
WIFI_SSID_LENGTH
];
Completed in 9 milliseconds