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:wcn36xx_sta
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H
A
D
wcn36xx.h
143
* struct
wcn36xx_sta
- holds STA related fields
164
struct
wcn36xx_sta
{
struct
283
struct ieee80211_sta *wcn36xx_priv_to_sta(struct
wcn36xx_sta
*sta_priv)
in wcn36xx_priv_to_sta()
301
struct
wcn36xx_sta
*wcn36xx_sta_to_priv(struct ieee80211_sta *sta)
in wcn36xx_sta_to_priv()
303
return (struct
wcn36xx_sta
*)sta->drv_priv;
in wcn36xx_sta_to_priv()
H
A
D
txrx.h
160
struct
wcn36xx_sta
;
165
struct
wcn36xx_sta
*sta_priv,
H
A
D
main.c
183
struct
wcn36xx_sta
*sta_priv)
in get_sta_index()
516
struct
wcn36xx_sta
*sta_priv = NULL;
in wcn36xx_tx()
532
struct
wcn36xx_sta
*sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL;
in wcn36xx_set_key()
742
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_update_allowed_rates()
882
struct
wcn36xx_sta
*sta_priv;
in wcn36xx_bss_info_changed()
1048
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_sta_add()
1078
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_sta_remove()
1125
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(params->sta);
in wcn36xx_ampdu_action()
1284
wcn->hw->sta_data_size = sizeof(struct
wcn36xx_sta
);
in wcn36xx_init_ieee80211()
H
A
D
txrx.c
363
struct
wcn36xx_sta
*sta_priv,
in wcn36xx_tx_start_ampdu()
400
struct
wcn36xx_sta
*sta_priv,
in wcn36xx_set_tx_data()
527
struct
wcn36xx_sta
*sta_priv,
in wcn36xx_start_tx()
H
A
D
smd.c
361
struct
wcn36xx_sta
*sta_priv = NULL;
in wcn36xx_smd_set_sta_params()
1377
struct
wcn36xx_sta
*sta_priv = NULL;
in wcn36xx_smd_set_sta_params_v1()
1403
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_smd_config_sta_rsp()
1797
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_smd_config_bss_rsp()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
wcn36xx.h
159
* struct
wcn36xx_sta
- holds STA related fields
180
struct
wcn36xx_sta
{
struct
316
struct ieee80211_sta *wcn36xx_priv_to_sta(struct
wcn36xx_sta
*sta_priv)
in wcn36xx_priv_to_sta()
334
struct
wcn36xx_sta
*wcn36xx_sta_to_priv(struct ieee80211_sta *sta)
in wcn36xx_sta_to_priv()
336
return (struct
wcn36xx_sta
*)sta->drv_priv;
in wcn36xx_sta_to_priv()
H
A
D
txrx.h
160
struct
wcn36xx_sta
;
165
struct
wcn36xx_sta
*sta_priv,
H
A
D
main.c
188
struct
wcn36xx_sta
*sta_priv)
in get_sta_index()
490
struct
wcn36xx_sta
*sta_priv = NULL;
in wcn36xx_tx()
506
struct
wcn36xx_sta
*sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL;
in wcn36xx_set_key()
721
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_update_allowed_rates()
861
struct
wcn36xx_sta
*sta_priv;
in wcn36xx_bss_info_changed()
1030
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_sta_add()
1060
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_sta_remove()
1181
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(params->sta);
in wcn36xx_ampdu_action()
1458
wcn->hw->sta_data_size = sizeof(struct
wcn36xx_sta
);
in wcn36xx_init_ieee80211()
H
A
D
txrx.c
486
struct
wcn36xx_sta
*sta_priv,
in wcn36xx_tx_start_ampdu()
523
struct
wcn36xx_sta
*sta_priv,
in wcn36xx_set_tx_data()
650
struct
wcn36xx_sta
*sta_priv,
in wcn36xx_start_tx()
H
A
D
smd.c
368
struct
wcn36xx_sta
*sta_priv = NULL;
in wcn36xx_smd_set_sta_params()
1453
struct
wcn36xx_sta
*sta_priv = NULL;
in wcn36xx_smd_set_sta_params_v1()
1479
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_smd_config_sta_rsp()
1873
struct
wcn36xx_sta
*sta_priv = wcn36xx_sta_to_priv(sta);
in wcn36xx_smd_config_bss_rsp()
Completed in 28 milliseconds