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:p2p_opp_ps
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
768
u8
p2p_opp_ps
;
member
H
A
D
commands.c
261
cmd->
p2p_opp_ps
= s->
p2p_opp_ps
;
in qtnf_cmd_send_start_ap()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
768
u8
p2p_opp_ps
;
member
H
A
D
commands.c
262
cmd->
p2p_opp_ps
= s->
p2p_opp_ps
;
in qtnf_cmd_send_start_ap()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
1163
* @
p2p_opp_ps
: P2P opportunistic PS
1198
bool
p2p_opp_ps
;
member
1861
* @
p2p_opp_ps
: P2P opportunistic PS (-1 = no change)
1871
s8 p2p_ctwindow,
p2p_opp_ps
;
member
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
cfg.c
1164
if (params->
p2p_opp_ps
)
in ieee80211_start_ap()
2366
if (params->
p2p_opp_ps
> 0) {
in ieee80211_change_bss()
2370
} else if (params->
p2p_opp_ps
== 0) {
in ieee80211_change_bss()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
cfg.c
1443
if (params->
p2p_opp_ps
)
in ieee80211_start_ap()
2751
if (params->
p2p_opp_ps
> 0) {
in ieee80211_change_bss()
2755
} else if (params->
p2p_opp_ps
== 0) {
in ieee80211_change_bss()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
1340
* @
p2p_opp_ps
: P2P opportunistic PS
1381
bool
p2p_opp_ps
;
member
2203
* @
p2p_opp_ps
: P2P opportunistic PS (-1 = no change)
2214
s8 p2p_ctwindow,
p2p_opp_ps
;
member
/kernel/linux/linux-5.10/net/wireless/
H
A
D
nl80211.c
5245
params.
p2p_opp_ps
= tmp;
in nl80211_start_ap()
5246
if (params.
p2p_opp_ps
!= 0 &&
in nl80211_start_ap()
6981
params.
p2p_opp_ps
= -1;
in nl80211_set_bss()
7020
params.
p2p_opp_ps
= tmp;
in nl80211_set_bss()
7021
if (params.
p2p_opp_ps
&&
in nl80211_set_bss()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
6056
params->
p2p_opp_ps
= tmp;
in nl80211_start_ap()
6057
if (params->
p2p_opp_ps
!= 0 &&
in nl80211_start_ap()
8012
params.
p2p_opp_ps
= -1;
in nl80211_set_bss()
8051
params.
p2p_opp_ps
= tmp;
in nl80211_set_bss()
8052
if (params.
p2p_opp_ps
&&
in nl80211_set_bss()
Completed in 89 milliseconds