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:n_ssids
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfgscan.c
970
u32
n_ssids
;
in wl_cfgscan_populate_scan_ssids()
local
979
n_ssids
= request->
n_ssids
;
in wl_cfgscan_populate_scan_ssids()
980
if (
n_ssids
> 0) {
in wl_cfgscan_populate_scan_ssids()
982
if (buf_len < (
n_ssids
* sizeof(wlc_ssid_t))) {
in wl_cfgscan_populate_scan_ssids()
987
for (i = 0; i <
n_ssids
; i++) {
in wl_cfgscan_populate_scan_ssids()
1023
u32
n_ssids
= 0;
in wl_scan_prep()
local
1090
WL_INFORM(("n_channels:%d
n_ssids
:%d\n", request->n_channels, request->
n_ssids
));
in wl_scan_prep()
1103
if (request->
n_ssids
>
in wl_scan_prep()
1162
u32
n_ssids
;
wl_run_escan()
local
[all...]
H
A
D
wl_escan.c
691
u32
n_ssids
= 0;
in wl_escan_prep()
local
787
n_ssids
= 2;
in wl_escan_prep()
794
n_ssids
= 1;
in wl_escan_prep()
809
if (
n_ssids
|| n_channels) {
in wl_escan_prep()
811
htod32((
n_ssids
<< WL_SCAN_PARAMS_NSSID_SHIFT) |
in wl_escan_prep()
H
A
D
wl_cfgp2p.c
2785
if (request && (request->
n_ssids
== 1) &&
in wl_cfgp2p_is_p2p_specific_scan()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_scan.h
69
(((request)->
n_ssids
> 0) && (NULL != (request)->ssids) && ((request)->ssids[0].ssid_len == strlen("DIRECT-")) && \
H
A
D
wal_scan.c
356
scan_param->l_ssid_num = request->
n_ssids
;
in wal_set_scan_ssid()
362
ssid_num = (request->
n_ssids
> WLAN_SCAN_REQ_MAX_BSS) ? WLAN_SCAN_REQ_MAX_BSS : request->
n_ssids
;
in wal_set_scan_ssid()
H
A
D
wal_mac80211.c
85
request->
n_ssids
= count;
in WifiScanSetSsid()
187
request->
n_ssids
= params->ssidCount;
in WifiScanSetRequest()
H
A
D
wal_cfg80211.c
963
for (l_loop = 0; l_loop < request->
n_ssids
; l_loop++) {
in wal_cfg80211_print_sched_scan_req_info()
2848
request->
n_ssids
);
in wal_cfg80211_scan()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
694
request->
n_ssids
= count;
in WifiScanSetSsid()
791
request->
n_ssids
= params->ssidCount;
in WifiScanSetRequest()
860
HDF_LOGI("%s: enter cfg80211_scan,
n_ssids
=%d !", __func__, request->
n_ssids
);
in HdfStartScanEntry()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_scan.c
2008
for (l_index = 0; l_index < scan_mgmt->request->
n_ssids
; l_index++) {
in hmac_scan_proc_check_ssid()
2020
hi_u32 l_ssid_num = scan_mgmt->request->
n_ssids
;
in hmac_scan_proc_check_ssid()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
879
hi_s32
n_ssids
;
member
1371
hi_u32
n_ssids
;
member
Completed in 27 milliseconds