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:ptk_idx
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
sta_info.h
490
* @
ptk_idx
: last installed peer key index
575
u8
ptk_idx
;
member
H
A
D
key.c
274
sta->
ptk_idx
= key->conf.keyidx;
in _ieee80211_set_tx_key()
300
if (sta->
ptk_idx
!= INVALID_PTK_KEYIDX &&
in ieee80211_pairwise_rekey()
H
A
D
rx.c
1903
struct ieee80211_key *
ptk_idx
= NULL;
in ieee80211_rx_h_decrypt()
local
1944
int keyid = rx->sta->
ptk_idx
;
in ieee80211_rx_h_decrypt()
1955
ptk_idx
= rcu_dereference(rx->sta->ptk[keyid]);
in ieee80211_rx_h_decrypt()
1963
rx->key =
ptk_idx
?
ptk_idx
: sta_ptk;
in ieee80211_rx_h_decrypt()
4277
key = rcu_dereference(sta->ptk[sta->
ptk_idx
]);
in ieee80211_check_fast_rx()
H
A
D
tx.c
604
(key = rcu_dereference(tx->sta->ptk[tx->sta->
ptk_idx
])))
in ieee80211_tx_h_select_key()
3063
build.key = rcu_access_pointer(sta->ptk[sta->
ptk_idx
]);
in ieee80211_check_fast_xmit()
4335
key = rcu_dereference(sta->ptk[sta->
ptk_idx
]);
in ieee80211_subif_start_xmit_8023()
H
A
D
sta_info.c
381
* The Tx path starts to use a key as soon as the key slot
ptk_idx
in sta_info_alloc()
383
* prematurely for Tx initialize
ptk_idx
to an impossible PTK keyid
in sta_info_alloc()
387
sta->
ptk_idx
= INVALID_PTK_KEYIDX;
in sta_info_alloc()
H
A
D
cfg.c
390
if (sta->
ptk_idx
== key_idx)
in ieee80211_set_tx()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
sta_info.h
585
* @
ptk_idx
: last installed peer key index
660
u8
ptk_idx
;
member
H
A
D
key.c
282
sta->
ptk_idx
= key->conf.keyidx;
in _ieee80211_set_tx_key()
308
if (sta->
ptk_idx
!= INVALID_PTK_KEYIDX &&
in ieee80211_pairwise_rekey()
H
A
D
rx.c
1888
struct ieee80211_key *
ptk_idx
= NULL;
in ieee80211_rx_h_decrypt()
local
1928
int keyid = rx->sta->
ptk_idx
;
in ieee80211_rx_h_decrypt()
1938
ptk_idx
= rcu_dereference(rx->sta->ptk[keyid]);
in ieee80211_rx_h_decrypt()
1946
rx->key =
ptk_idx
?
ptk_idx
: sta_ptk;
in ieee80211_rx_h_decrypt()
4600
key = rcu_dereference(sta->ptk[sta->
ptk_idx
]);
in ieee80211_check_fast_rx()
H
A
D
mesh_pathtbl.c
510
key = rcu_access_pointer(sta->ptk[sta->
ptk_idx
]);
in mesh_fast_tx_cache()
H
A
D
tx.c
622
(key = rcu_dereference(tx->sta->ptk[tx->sta->
ptk_idx
])))
in ieee80211_tx_h_select_key()
3167
build.key = rcu_access_pointer(sta->ptk[sta->
ptk_idx
]);
in ieee80211_check_fast_xmit()
4687
key = rcu_dereference(sta->ptk[sta->
ptk_idx
]);
in ieee80211_subif_start_xmit_8023()
H
A
D
sta_info.c
588
* The Tx path starts to use a key as soon as the key slot
ptk_idx
in __sta_info_alloc()
590
* prematurely for Tx initialize
ptk_idx
to an impossible PTK keyid
in __sta_info_alloc()
594
sta->
ptk_idx
= INVALID_PTK_KEYIDX;
in __sta_info_alloc()
H
A
D
cfg.c
452
if (sta->
ptk_idx
== key_idx)
in ieee80211_set_tx()
Completed in 49 milliseconds