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:short_slot
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mesh_plink.c
100
bool
short_slot
= false;
in mesh_set_short_slot_time()
local
108
short_slot
= true;
in mesh_set_short_slot_time()
127
short_slot
= false;
in mesh_set_short_slot_time()
129
short_slot
= true;
in mesh_set_short_slot_time()
136
if (sdata->vif.bss_conf.use_short_slot !=
short_slot
) {
in mesh_set_short_slot_time()
137
sdata->vif.bss_conf.use_short_slot =
short_slot
;
in mesh_set_short_slot_time()
140
sdata->vif.addr,
short_slot
);
in mesh_set_short_slot_time()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mesh_plink.c
101
bool
short_slot
= false;
in mesh_set_short_slot_time()
local
109
short_slot
= true;
in mesh_set_short_slot_time()
128
short_slot
= false;
in mesh_set_short_slot_time()
130
short_slot
= true;
in mesh_set_short_slot_time()
137
if (sdata->vif.bss_conf.use_short_slot !=
short_slot
) {
in mesh_set_short_slot_time()
138
sdata->vif.bss_conf.use_short_slot =
short_slot
;
in mesh_set_short_slot_time()
141
sdata->vif.addr,
short_slot
);
in mesh_set_short_slot_time()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
mac.h
358
* @
short_slot
: 0x10 for enabling short slots, 0 otherwise
378
__le32
short_slot
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
mac-cfg.h
343
* iwl_link_ctx_cfg_cmd::
short_slot
445
* @
short_slot
: 1 for enabling short slots, 0 otherwise
485
__le32
short_slot
;
member
H
A
D
mac.h
309
* @
short_slot
: 0x10 for enabling short slots, 0 otherwise
329
__le32
short_slot
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
link.c
153
cmd.
short_slot
= cpu_to_le32(link_conf->use_short_slot);
in iwl_mvm_link_changed()
H
A
D
mac-ctxt.c
560
cmd->
short_slot
=
in iwl_mvm_mac_ctxt_cmd_common()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_softmac.c
743
if (ieee->
short_slot
&& (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT))
in ieee80211_probe_resp()
831
if (ieee->
short_slot
)
in ieee80211_assoc_resp()
1044
if (ieee->
short_slot
)
in ieee80211_association_req()
2293
if (ieee->
short_slot
)
in ieee80211_start_ibss_wq()
H
A
D
ieee80211.h
1750
int
short_slot
;
member
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_softmac.c
743
if (ieee->
short_slot
&& (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT))
in ieee80211_probe_resp()
831
if (ieee->
short_slot
)
in ieee80211_assoc_resp()
1044
if (ieee->
short_slot
)
in ieee80211_association_req()
2303
if (ieee->
short_slot
)
in ieee80211_start_ibss_wq()
H
A
D
ieee80211.h
1687
int
short_slot
;
member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H
A
D
rtllib_softmac.c
902
if (ieee->
short_slot
&& (ieee->current_network.capability &
in rtllib_probe_resp()
991
if (ieee->
short_slot
)
in rtllib_assoc_resp()
1254
if (ieee->
short_slot
&&
in rtllib_association_req()
H
A
D
rtllib.h
1547
int
short_slot
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac-ctxt.c
551
cmd->
short_slot
=
in iwl_mvm_mac_ctxt_cmd_common()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
3389
__u8
short_slot
;
member
3404
cmd->
short_slot
= short_slot_time;
in mwl8k_cmd_set_slot()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
3393
__u8
short_slot
;
member
3408
cmd->
short_slot
= short_slot_time;
in mwl8k_cmd_set_slot()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H
A
D
rtl_core.c
923
priv->rtllib->
short_slot
= 1;
in _rtl92e_init_priv_variable()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H
A
D
r8192U_core.c
2087
priv->ieee80211->
short_slot
= 1;
in rtl8192_init_priv_variable()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H
A
D
r8192U_core.c
1911
priv->ieee80211->
short_slot
= 1;
in rtl8192_init_priv_variable()
Completed in 82 milliseconds