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:tx_power
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_vap.h
773
hi_u8
tx_power
; /* 传输功率, 单位dBm */
member
1268
static inline hi_void mac_vap_set_tx_power(mac_vap_stru *mac_vap, hi_u8
tx_power
)
in mac_vap_set_tx_power()
argument
1270
mac_vap->
tx_power
=
tx_power
;
in mac_vap_set_tx_power()
H
A
D
mac_frame.c
1842
*(puc_buffer + 2) = mac_vap->
tx_power
; /* tpc report byte 2 存储
tx_power
*/
in mac_set_tpc_report_ie()
H
A
D
mac_vap.c
1171
mac_vap->
tx_power
= WLAN_MAX_TXPOWER;
in mac_vap_init_mode()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_ioctl.c
118
static hi_u32 wal_ioctl_reduce_sar(oal_net_device_stru *netdev, hi_u8
tx_power
);
2443
static hi_u32 wal_ioctl_reduce_sar(oal_net_device_stru *netdev, hi_u8
tx_power
)
in wal_ioctl_reduce_sar()
argument
2448
oam_warning_log1(0, 0, "wal_ioctl_reduce_sar::supplicant set
tx_power
[%d] for reduce SAR purpose.\r\n",
tx_power
);
in wal_ioctl_reduce_sar()
2449
if (
tx_power
> 100) { /* 大于100无效 */
in wal_ioctl_reduce_sar()
2451
"wal_ioctl_reduce_sar::reduce sar failed, reason:invalid
tx_power
[%d] set by supplicant!",
tx_power
);
in wal_ioctl_reduce_sar()
2463
*((hi_u8 *)write_msg.auc_value) =
tx_power
;
in wal_ioctl_reduce_sar()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.h
630
s32
tx_power
;
member
H
A
D
wl_cfg80211.c
7029
cfg->conf->
tx_power
= dbm;
in wl_cfg80211_set_tx_power()
16961
conf->
tx_power
= -1;
in wl_init_conf()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_config.c
281
mac_vap->
tx_power
);
in hmac_config_vap_info()
2365
*((hi_s32 *)puc_param) = mac_vap->
tx_power
;
in hmac_config_get_txpower()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
9741
int16
tx_power
; /**< tx power of Proximity Detection(PD) frames (in dBm) */
member
9750
int16
tx_power
; /**< tx power of Proximity Detection frames (in dBm) */
member
9785
int16
tx_power
; /**< tx power of Proximity Detection(PD) frames (in dBm) */
member
Completed in 116 milliseconds