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:protol
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_hipriv.c
84
hi_u8
protol
, rate;
in at_hi_wifi_set_rate_power_sub()
local
95
/* get
protol
*/
in at_hi_wifi_set_rate_power_sub()
100
protol
= (hi_u8)atoi(argv[0]);
in at_hi_wifi_set_rate_power_sub()
106
if (((
protol
== HI_WIFI_PHY_MODE_11BGN) && ((atoi(argv[1]) < 0) || (atoi(argv[1]) > 7 + ofs))) || /* 0~7 */
in at_hi_wifi_set_rate_power_sub()
107
((
protol
== HI_WIFI_PHY_MODE_11BG) && ((atoi(argv[1]) < 0) || (atoi(argv[1]) > 7 + ofs))) || /* 0~7 */
in at_hi_wifi_set_rate_power_sub()
108
((
protol
== HI_WIFI_PHY_MODE_11B) && ((atoi(argv[1]) < 0) || (atoi(argv[1]) > 3 + ofs)))) { /* 0~3 */
in at_hi_wifi_set_rate_power_sub()
128
protol
+= protol_ofs;
in at_hi_wifi_set_rate_power_sub()
130
hi_u32 ret = wal_set_cal_rate_power(
protol
, rate, val);
in at_hi_wifi_set_rate_power_sub()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_wifi_mfg_test_if.h
83
* @param
protol
[IN] Type #unsigned char
protol
.CNcomment:协议序号CNend
94
unsigned int wal_set_cal_rate_power(unsigned char
protol
, unsigned char rate, int val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H
A
D
hi_wifi_mfg_test_if.h
66
* @param
protol
[IN] Type #unsigned char
protol
.CNcomment:协议序号CNend
76
unsigned int wal_set_cal_rate_power(unsigned char
protol
, unsigned char rate, int val);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_hipriv.c
6994
输入参数 : [1]
protol
协议序号
7000
hi_u32 wal_set_cal_rate_power(hi_u8
protol
, hi_u8 rate, hi_s32 val)
in wal_set_cal_rate_power()
argument
7026
cal_rpower->
protol
=
protol
;
in wal_set_cal_rate_power()
7051
hi_u8
protol
;
in wal_hipriv_set_cal_rate_power()
local
7066
protol
= (hi_u8)oal_atoi(ac_name);
in wal_hipriv_set_cal_rate_power()
7083
if (
protol
> 2) { /* 范围0~2 */
in wal_hipriv_set_cal_rate_power()
7087
if (((
protol
== HI_WIFI_MODE_11BGN) && (rate > 7 + ofs)) || /* 11n范围0~7 */
in wal_hipriv_set_cal_rate_power()
7088
((
protol
== HI_WIFI_MODE_11BG) && (rate > 7 + ofs)) || /* 11g范围0~7 */
in wal_hipriv_set_cal_rate_power()
7089
((
protol
in wal_hipriv_set_cal_rate_power()
7118
hi_u8
protol
;
wal_hipriv_set_rate_power()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_cfg.h
718
hi_u8
protol
;
member
Completed in 14 milliseconds