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:txpower_type
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ioctl.c
1522
if (local->
txpower_type
!= PRISM2_TXPOWER_OFF) {
in prism2_ioctl_siwtxpow()
1529
local->
txpower_type
= PRISM2_TXPOWER_OFF;
in prism2_ioctl_siwtxpow()
1534
if (local->
txpower_type
== PRISM2_TXPOWER_OFF) {
in prism2_ioctl_siwtxpow()
1540
local->
txpower_type
= PRISM2_TXPOWER_UNKNOWN;
in prism2_ioctl_siwtxpow()
1544
if (!rrq->fixed && local->
txpower_type
!= PRISM2_TXPOWER_AUTO) {
in prism2_ioctl_siwtxpow()
1549
local->
txpower_type
= PRISM2_TXPOWER_AUTO;
in prism2_ioctl_siwtxpow()
1553
if (local->
txpower_type
!= PRISM2_TXPOWER_FIXED) {
in prism2_ioctl_siwtxpow()
1558
local->
txpower_type
= PRISM2_TXPOWER_FIXED;
in prism2_ioctl_siwtxpow()
1603
if (local->
txpower_type
== PRISM2_TXPOWER_AUTO) {
in prism2_ioctl_giwtxpow()
1612
} else if (local->
txpower_type
in prism2_ioctl_giwtxpow()
[all...]
H
A
D
hostap_wlan.h
715
}
txpower_type
;
member
716
int txpower; /* if
txpower_type
== PRISM2_TXPOWER_FIXED */
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ioctl.c
1538
if (local->
txpower_type
!= PRISM2_TXPOWER_OFF) {
in prism2_ioctl_siwtxpow()
1545
local->
txpower_type
= PRISM2_TXPOWER_OFF;
in prism2_ioctl_siwtxpow()
1550
if (local->
txpower_type
== PRISM2_TXPOWER_OFF) {
in prism2_ioctl_siwtxpow()
1556
local->
txpower_type
= PRISM2_TXPOWER_UNKNOWN;
in prism2_ioctl_siwtxpow()
1560
if (!rrq->fixed && local->
txpower_type
!= PRISM2_TXPOWER_AUTO) {
in prism2_ioctl_siwtxpow()
1565
local->
txpower_type
= PRISM2_TXPOWER_AUTO;
in prism2_ioctl_siwtxpow()
1569
if (local->
txpower_type
!= PRISM2_TXPOWER_FIXED) {
in prism2_ioctl_siwtxpow()
1574
local->
txpower_type
= PRISM2_TXPOWER_FIXED;
in prism2_ioctl_siwtxpow()
1620
if (local->
txpower_type
== PRISM2_TXPOWER_AUTO) {
in prism2_ioctl_giwtxpow()
1629
} else if (local->
txpower_type
in prism2_ioctl_giwtxpow()
[all...]
H
A
D
hostap_wlan.h
717
}
txpower_type
;
member
718
int txpower; /* if
txpower_type
== PRISM2_TXPOWER_FIXED */
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
cfg.c
2660
if (txp_type != sdata->vif.bss_conf.
txpower_type
) {
in ieee80211_set_tx_power()
2662
sdata->vif.bss_conf.
txpower_type
= txp_type;
in ieee80211_set_tx_power()
2690
if (txp_type != sdata->vif.bss_conf.
txpower_type
)
in ieee80211_set_tx_power()
2692
sdata->vif.bss_conf.
txpower_type
= txp_type;
in ieee80211_set_tx_power()
2705
if (txp_type != sdata->vif.bss_conf.
txpower_type
)
in ieee80211_set_tx_power()
2707
sdata->vif.bss_conf.
txpower_type
= txp_type;
in ieee80211_set_tx_power()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
cfg.c
3054
if (txp_type != sdata->vif.bss_conf.
txpower_type
) {
in ieee80211_set_tx_power()
3056
sdata->vif.bss_conf.
txpower_type
= txp_type;
in ieee80211_set_tx_power()
3084
if (txp_type != sdata->vif.bss_conf.
txpower_type
)
in ieee80211_set_tx_power()
3086
sdata->vif.bss_conf.
txpower_type
= txp_type;
in ieee80211_set_tx_power()
3100
if (txp_type != sdata->vif.bss_conf.
txpower_type
)
in ieee80211_set_tx_power()
3102
sdata->vif.bss_conf.
txpower_type
= txp_type;
in ieee80211_set_tx_power()
/kernel/linux/linux-5.10/include/net/
H
A
D
mac80211.h
596
* @
txpower_type
: TX power adjustment used to control per packet Transmit
598
* TPC is enabled if value passed in %
txpower_type
is
600
* userspace), whereas TPC is disabled if %
txpower_type
is set to
680
enum nl80211_tx_power_setting
txpower_type
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
603
* @
txpower_type
: TX power adjustment used to control per packet Transmit
605
* TPC is enabled if value passed in %
txpower_type
is
607
* userspace), whereas TPC is disabled if %
txpower_type
is set to
726
enum nl80211_tx_power_setting
txpower_type
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
1941
vif->addr, bss_conf->txpower, bss_conf->
txpower_type
);
in ath9k_bss_info_changed()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
1936
vif->addr, bss_conf->txpower, bss_conf->
txpower_type
);
in ath9k_bss_info_changed()
Completed in 47 milliseconds