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:vhtc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
debugfs_sta.c
515
struct ieee80211_sta_vht_cap *
vhtc
= &sta->sta.vht_cap;
in sta_vht_capa_read()
local
518
vhtc
->vht_supported ? "" : "not ");
in sta_vht_capa_read()
519
if (
vhtc
->vht_supported) {
in sta_vht_capa_read()
521
vhtc
->cap);
in sta_vht_capa_read()
524
if (
vhtc
->cap & IEEE80211_VHT_CAP_ ## a) \
in sta_vht_capa_read()
529
switch (
vhtc
->cap & 0x3) {
in sta_vht_capa_read()
546
switch (
vhtc
->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) {
in sta_vht_capa_read()
562
(
vhtc
->cap >> 2) & 0x3);
in sta_vht_capa_read()
569
"\t\tRXSTBC_%d\n", (
vhtc
->cap >> 8) & 0x7);
in sta_vht_capa_read()
574
(
vhtc
in sta_vht_capa_read()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
debugfs_sta.c
556
struct ieee80211_sta_vht_cap *
vhtc
= &link_sta->pub->vht_cap;
in link_sta_vht_capa_read()
local
566
vhtc
->vht_supported ? "" : "not ");
in link_sta_vht_capa_read()
567
if (
vhtc
->vht_supported) {
in link_sta_vht_capa_read()
569
vhtc
->cap);
in link_sta_vht_capa_read()
572
if (
vhtc
->cap & IEEE80211_VHT_CAP_ ## a) \
in link_sta_vht_capa_read()
577
switch (
vhtc
->cap & 0x3) {
in link_sta_vht_capa_read()
594
switch (
vhtc
->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) {
in link_sta_vht_capa_read()
610
(
vhtc
->cap >> 2) & 0x3);
in link_sta_vht_capa_read()
617
"\t\tRXSTBC_%d\n", (
vhtc
->cap >> 8) & 0x7);
in link_sta_vht_capa_read()
622
(
vhtc
in link_sta_vht_capa_read()
[all...]
Completed in 3 milliseconds