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:pc_ssid
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_scan.c
1180
hi_s8 *
pc_ssid
= new_scanned_bss->bss_dscr_info.ac_ssid;
in hmac_scan_proc_scanned_bss_mgmt()
local
1182
if ((quick_start_param->ssid_len != 0) && (quick_start_param->ssid_len == strlen(
pc_ssid
)) &&
in hmac_scan_proc_scanned_bss_mgmt()
1183
(SSID_MAX_LEN >= strlen(
pc_ssid
)) && (memcmp(quick_start_param->auc_ssid,
pc_ssid
, strlen(
pc_ssid
)) == 0)) {
in hmac_scan_proc_scanned_bss_mgmt()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_ioctl.c
808
hi_char *
pc_ssid
= oal_strim(ac_ssid, WAL_HIPRIV_CMD_NAME_MAX_LEN); /* 去掉字符串开始结尾的空格 */
in wal_ioctl_set_essid()
local
809
hi_u8 ssid_len = (hi_u8)strlen(
pc_ssid
);
in wal_ioctl_set_essid()
822
if (memcpy_s(param->ac_ssid, WLAN_SSID_MAX_LEN,
pc_ssid
, ssid_len) != EOK) {
in wal_ioctl_set_essid()
Completed in 7 milliseconds