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:twt_requester
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac-ctxt.c
705
if (vif->bss_conf.
twt_requester
&& IWL_MVM_USE_TWT) {
in iwl_mvm_mac_ctxt_cmd_sta()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mlme.c
3266
if (sdata->vif.bss_conf.
twt_requester
!= twt) {
in ieee80211_recalc_twt_req()
3267
sdata->vif.bss_conf.
twt_requester
= twt;
in ieee80211_recalc_twt_req()
3485
bss_conf->
twt_requester
= false;
in ieee80211_assoc_success()
/kernel/linux/linux-5.10/include/net/
H
A
D
mac80211.h
524
* @
twt_requester
: does this BSS support TWT requester (relevant for managed
643
bool
twt_requester
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
547
* @
twt_requester
: does this BSS support TWT requester (relevant for managed
698
bool
twt_requester
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac-ctxt.c
642
if (vif->bss_conf.
twt_requester
&& IWL_MVM_USE_TWT)
in iwl_mvm_mac_ctxt_cmd_sta_get_twt_policy()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mlme.c
3974
if (link->conf->
twt_requester
!= twt) {
in ieee80211_recalc_twt_req()
3975
link->conf->
twt_requester
= twt;
in ieee80211_recalc_twt_req()
4269
bss_conf->
twt_requester
= false;
in ieee80211_assoc_config_link()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.h
3541
bool
twt_requester
;
member
H
A
D
mac.c
1345
arg->
twt_requester
= true;
in ath11k_peer_assoc_h_he()
2084
if (info->
twt_requester
|| info->twt_responder)
in ath11k_mac_op_bss_info_changed()
H
A
D
wmi.c
1727
if (param->
twt_requester
)
in ath11k_wmi_copy_peer_flags()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.h
3607
bool
twt_requester
;
member
H
A
D
mac.c
1729
arg->
twt_requester
= true;
in ath12k_peer_assoc_h_he()
2726
if (info->
twt_requester
|| info->twt_responder)
in ath12k_mac_op_bss_info_changed()
H
A
D
wmi.c
1861
if (arg->
twt_requester
)
in ath12k_wmi_copy_peer_flags()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.h
3722
bool
twt_requester
;
member
H
A
D
mac.c
2402
arg->
twt_requester
= true;
in ath11k_peer_assoc_h_he()
3669
if (info->
twt_requester
|| info->twt_responder) {
in ath11k_mac_op_bss_info_changed()
H
A
D
wmi.c
1873
if (param->
twt_requester
)
in ath11k_wmi_copy_peer_flags()
Completed in 187 milliseconds