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:onChannel
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
832
int32_t WalRemainOnChannel(struct NetDevice *netDev, WifiOnChannel *
onChannel
)
in WalRemainOnChannel()
argument
834
if (netDev == NULL ||
onChannel
== NULL) {
in WalRemainOnChannel()
844
channelIdx = (hi_u8)oal_ieee80211_frequency_to_channel(
onChannel
->freq);
in WalRemainOnChannel()
847
(hi_u32)
onChannel
->duration, &pullCookie);
in WalRemainOnChannel()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
1631
int32_t WalRemainOnChannel(struct NetDevice *hnetDev, WifiOnChannel *
onChannel
)
in WalRemainOnChannel()
argument
1653
HDF_LOGI("%s: ifname=%s, freq=%u, duration=%u", __func__, hnetDev->name,
onChannel
->freq,
onChannel
->duration);
in WalRemainOnChannel()
1657
channel->center_freq =
onChannel
->freq;
in WalRemainOnChannel()
1658
duration = (unsigned int)
onChannel
->duration;
in WalRemainOnChannel()
Completed in 5 milliseconds