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:opportunistic
(Results
1 - 14
of
14
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H
A
D
pmksa_cache.c
207
* with the current AP, i.e., if
opportunistic
flag has
in pmksa_cache_add_entry()
213
if (!pos->
opportunistic
)
in pmksa_cache_add_entry()
386
new_entry->
opportunistic
= 1;
in pmksa_cache_clone_entry()
393
* pmksa_cache_get_opportunistic - Try to get an
opportunistic
PMKSA entry
419
"
opportunistic
PMKSA cache entry "
in pmksa_cache_get_opportunistic()
479
* @try_opportunistic: Whether to allow
opportunistic
PMKSA caching
556
"
opportunistic
%s\n",
in pmksa_cache_list()
574
entry->
opportunistic
);
in pmksa_cache_list()
H
A
D
pmksa_cache.h
44
int
opportunistic
;
member
H
A
D
preauth.c
328
(p == NULL || p->
opportunistic
)) {
in rsn_preauth_candidate_process()
487
if (pmksa && (!pmksa->
opportunistic
||
in rsn_preauth_scan_result()
H
A
D
wpa.c
759
if (sm->cur_pmksa && sm->cur_pmksa->
opportunistic
) {
in wpa_supplicant_key_neg_complete()
762
"
opportunistic
PMKSA entry - marking it valid");
in wpa_supplicant_key_neg_complete()
763
sm->cur_pmksa->
opportunistic
= 0;
in wpa_supplicant_key_neg_complete()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
pmksa_cache_auth.h
32
int
opportunistic
;
member
H
A
D
pmksa_cache_auth.c
409
entry->
opportunistic
= 1;
in pmksa_cache_add_okc()
431
entry->
opportunistic
= 1;
in pmksa_cache_add_okc()
507
* Use
opportunistic
key caching (OKC) to find a PMK for a supplicant.
645
"Index / SPA / PMKID / expiration (in seconds) /
opportunistic
\n");
in pmksa_cache_auth_list()
661
entry->
opportunistic
);
in pmksa_cache_auth_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
pmksa_cache_auth.h
32
int
opportunistic
;
member
H
A
D
pmksa_cache_auth.c
409
entry->
opportunistic
= 1;
in pmksa_cache_add_okc()
431
entry->
opportunistic
= 1;
in pmksa_cache_add_okc()
507
* Use
opportunistic
key caching (OKC) to find a PMK for a supplicant.
639
"Index / SPA / PMKID / expiration (in seconds) /
opportunistic
\n");
in pmksa_cache_auth_list()
655
entry->
opportunistic
);
in pmksa_cache_auth_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H
A
D
pmksa_cache.c
249
* with the current AP, i.e., if
opportunistic
flag has
in pmksa_cache_add_entry()
255
if (!pos->
opportunistic
)
in pmksa_cache_add_entry()
441
new_entry->
opportunistic
= 1;
in pmksa_cache_clone_entry()
448
* pmksa_cache_get_opportunistic - Try to get an
opportunistic
PMKSA entry
488
"
opportunistic
PMKSA cache entry "
in pmksa_cache_get_opportunistic()
551
* @try_opportunistic: Whether to allow
opportunistic
PMKSA caching
642
"
opportunistic
%s\n",
in pmksa_cache_list()
660
entry->
opportunistic
);
in pmksa_cache_list()
H
A
D
pmksa_cache.h
45
int
opportunistic
;
member
H
A
D
preauth.c
341
(p == NULL || p->
opportunistic
)) {
in rsn_preauth_candidate_process()
510
if (pmksa && (!pmksa->
opportunistic
||
in rsn_preauth_scan_result()
H
A
D
wpa.c
1043
if (sm->cur_pmksa && sm->cur_pmksa->
opportunistic
) {
in wpa_supplicant_key_neg_complete()
1046
"
opportunistic
PMKSA entry - marking it valid");
in wpa_supplicant_key_neg_complete()
1047
sm->cur_pmksa->
opportunistic
= 0;
in wpa_supplicant_key_neg_complete()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
ctrl_iface.c
9750
* <expiration in seconds> <akmp> <
opportunistic
>
in wpas_ctrl_iface_pmksa_get()
9781
entry->
opportunistic
);
in wpas_ctrl_iface_pmksa_get()
9820
* <expiration in seconds> <akmp> <
opportunistic
>
in wpas_ctrl_iface_pmksa_add()
9867
&entry->akmp, &entry->
opportunistic
) != 4)
in wpas_ctrl_iface_pmksa_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ctrl_iface.c
10991
* <expiration in seconds> <akmp> <
opportunistic
>
11022
entry->
opportunistic
);
11061
* <expiration in seconds> <akmp> <
opportunistic
>
11108
&entry->akmp, &entry->
opportunistic
) != 4)
Completed in 39 milliseconds