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:mu_mimo_owner
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
vht.c
619
if (!sdata->vif.
mu_mimo_owner
)
in ieee80211_process_mu_groups()
643
if (WARN_ON_ONCE(!vif->
mu_mimo_owner
))
in ieee80211_update_mu_groups()
H
A
D
mlme.c
632
if (other->vif.
mu_mimo_owner
) {
in ieee80211_add_vht_ie()
640
sdata->vif.
mu_mimo_owner
= true;
in ieee80211_add_vht_ie()
2408
sdata->vif.
mu_mimo_owner
= false;
in ieee80211_set_disassoc()
2883
sdata->vif.
mu_mimo_owner
= false;
in ieee80211_destroy_assoc_data()
H
A
D
driver-ops.h
168
!sdata->vif.
mu_mimo_owner
&&
in drv_bss_info_changed()
H
A
D
util.c
2467
if (sdata->vif.
mu_mimo_owner
)
in ieee80211_reconfig()
H
A
D
cfg.c
56
sdata->vif.
mu_mimo_owner
= mu_mimo_groups || mu_mimo_follow;
in ieee80211_set_mu_mimo_follow()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
vht.c
714
if (!link_conf->
mu_mimo_owner
)
in ieee80211_process_mu_groups()
742
if (!WARN_ON_ONCE(!link_conf || !link_conf->
mu_mimo_owner
)) {
in ieee80211_update_mu_groups()
H
A
D
driver-ops.c
431
!sdata->vif.bss_conf.
mu_mimo_owner
&&
in drv_link_info_changed()
H
A
D
mlme.c
688
bool
mu_mimo_owner
= false;
in ieee80211_add_vht_ie()
local
736
if (other->vif.bss_conf.
mu_mimo_owner
) {
in ieee80211_add_vht_ie()
744
mu_mimo_owner
= true;
in ieee80211_add_vht_ie()
761
return
mu_mimo_owner
;
in ieee80211_add_vht_ie()
1146
bool
mu_mimo_owner
=
in ieee80211_assoc_link_elems()
local
1152
link->conf->
mu_mimo_owner
=
mu_mimo_owner
;
in ieee80211_assoc_link_elems()
3001
sdata->vif.bss_conf.
mu_mimo_owner
= false;
in ieee80211_set_disassoc()
3560
sdata->vif.bss_conf.
mu_mimo_owner
= false;
in ieee80211_destroy_assoc_data()
H
A
D
main.c
232
!sdata->vif.bss_conf.
mu_mimo_owner
&&
in ieee80211_bss_info_change_notify()
H
A
D
util.c
2716
if (sdata->vif.bss_conf.
mu_mimo_owner
)
in ieee80211_reconfig()
H
A
D
cfg.c
81
sdata->vif.bss_conf.
mu_mimo_owner
= mu_mimo_groups || mu_mimo_follow;
in ieee80211_set_mu_mimo_follow()
/kernel/linux/linux-5.10/include/net/
H
A
D
mac80211.h
1671
* @
mu_mimo_owner
: indicates interface owns MU-MIMO capability
1709
bool
mu_mimo_owner
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
650
* @
mu_mimo_owner
: indicates interface owns MU-MIMO capability
759
bool
mu_mimo_owner
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
2031
if (vif->
mu_mimo_owner
) {
in iwl_mvm_mu_mimo_iface_iterator()
2455
(changes & BSS_CHANGED_MU_GROUPS) && vif->
mu_mimo_owner
) {
in iwl_mvm_bss_info_changed_station()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
1923
if (vif->bss_conf.
mu_mimo_owner
) {
in iwl_mvm_mu_mimo_iface_iterator()
2490
(changes & BSS_CHANGED_MU_GROUPS) && vif->bss_conf.
mu_mimo_owner
) {
in iwl_mvm_bss_info_changed_station_assoc()
Completed in 85 milliseconds