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:wifi_role
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
ps.c
65
if (rtwvif->
wifi_role
== RTW89_WIFI_ROLE_P2P_CLIENT)
in __rtw89_enter_ps_mode()
133
if (rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_STATION &&
in rtw89_leave_lps_vif()
134
rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_P2P_CLIENT)
in rtw89_leave_lps_vif()
H
A
D
core.c
1528
rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_STATION ||
in rtw89_stats_trigger_frame()
2644
if ((rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_STATION &&
in rtw89_vif_enter_lps()
2645
rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_P2P_CLIENT) ||
in rtw89_vif_enter_lps()
2814
rtwvif->
wifi_role
= RTW89_WIFI_ROLE_ ## _type; \
2823
rtwvif->
wifi_role
= RTW89_WIFI_ROLE_P2P_CLIENT;
in rtw89_vif_type_mapping()
2825
rtwvif->
wifi_role
= RTW89_WIFI_ROLE_STATION;
in rtw89_vif_type_mapping()
2829
rtwvif->
wifi_role
= RTW89_WIFI_ROLE_P2P_GO;
in rtw89_vif_type_mapping()
2831
rtwvif->
wifi_role
= RTW89_WIFI_ROLE_AP;
in rtw89_vif_type_mapping()
H
A
D
fw.c
1581
bool p2p_type_gc = rtwvif->
wifi_role
== RTW89_WIFI_ROLE_P2P_CLIENT;
in rtw89_fw_h2c_p2p_act()
2017
SET_FWROLE_MAINTAIN_WIFI_ROLE(skb->data, rtwvif->
wifi_role
);
in rtw89_fw_h2c_role_maintain()
2069
SET_JOININFO_WIFI_ROLE(skb->data, rtwvif->
wifi_role
);
in rtw89_fw_h2c_join_info()
H
A
D
phy.c
2939
if (rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_STATION)
in rtw89_phy_ul_tb_ctrl_check()
4285
if (rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_STATION || sta->tdls)
in rtw89_phy_tx_path_div_sta_iter()
H
A
D
coex.c
5712
if (rtwvif->
wifi_role
>= RTW89_WIFI_ROLE_MLME_MAX)
in rtw89_btc_ntfy_role_info()
5716
"[BTC],
wifi_role
=%d\n", rtwvif->
wifi_role
);
in rtw89_btc_ntfy_role_info()
5718
r.role = rtwvif->
wifi_role
;
in rtw89_btc_ntfy_role_info()
H
A
D
mac.c
4022
if (rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_P2P_CLIENT &&
in rtw89_mac_port_cfg_tbtt_shift()
4023
rtwvif->
wifi_role
!= RTW89_WIFI_ROLE_STATION)
in rtw89_mac_port_cfg_tbtt_shift()
H
A
D
core.h
2937
u8
wifi_role
;
member
Completed in 48 milliseconds