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_ctwindow
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
767
u8
p2p_ctwindow
;
member
H
A
D
commands.c
260
cmd->
p2p_ctwindow
= s->
p2p_ctwindow
;
in qtnf_cmd_send_start_ap()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
767
u8
p2p_ctwindow
;
member
H
A
D
commands.c
261
cmd->
p2p_ctwindow
= s->
p2p_ctwindow
;
in qtnf_cmd_send_start_ap()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
1162
* @
p2p_ctwindow
: P2P CT Window
1197
u8
p2p_ctwindow
;
member
1860
* @
p2p_ctwindow
: P2P CT Window (-1 = no change)
1871
s8
p2p_ctwindow
, p2p_opp_ps;
member
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
cfg.c
1163
params->
p2p_ctwindow
& IEEE80211_P2P_OPPPS_CTWINDOW_MASK;
in ieee80211_start_ap()
2358
if (params->
p2p_ctwindow
>= 0) {
in ieee80211_change_bss()
2362
params->
p2p_ctwindow
& IEEE80211_P2P_OPPPS_CTWINDOW_MASK;
in ieee80211_change_bss()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
cfg.c
1442
params->
p2p_ctwindow
& IEEE80211_P2P_OPPPS_CTWINDOW_MASK;
in ieee80211_start_ap()
2743
if (params->
p2p_ctwindow
>= 0) {
in ieee80211_change_bss()
2747
params->
p2p_ctwindow
& IEEE80211_P2P_OPPPS_CTWINDOW_MASK;
in ieee80211_change_bss()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
1339
* @
p2p_ctwindow
: P2P CT Window
1380
u8
p2p_ctwindow
;
member
2202
* @
p2p_ctwindow
: P2P CT Window (-1 = no change)
2214
s8
p2p_ctwindow
, p2p_opp_ps;
member
/kernel/linux/linux-5.10/net/wireless/
H
A
D
nl80211.c
5232
params.
p2p_ctwindow
=
in nl80211_start_ap()
5234
if (params.
p2p_ctwindow
!= 0 &&
in nl80211_start_ap()
6980
params.
p2p_ctwindow
= -1;
in nl80211_set_bss()
7007
params.
p2p_ctwindow
=
in nl80211_set_bss()
7009
if (params.
p2p_ctwindow
!= 0 &&
in nl80211_set_bss()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
6039
params->
p2p_ctwindow
=
in nl80211_start_ap()
6041
if (params->
p2p_ctwindow
!= 0 &&
in nl80211_start_ap()
8011
params.
p2p_ctwindow
= -1;
in nl80211_set_bss()
8038
params.
p2p_ctwindow
=
in nl80211_set_bss()
8040
if (params.
p2p_ctwindow
!= 0 &&
in nl80211_set_bss()
Completed in 88 milliseconds