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:portValid
(Results
1 - 12
of
12
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H
A
D
eapol_supp_sm.c
50
Boolean
portValid
;
member
383
sm->
portValid
)
in SM_STEP()
391
!sm->
portValid
)
in SM_STEP()
395
if (sm->eapSuccess && !sm->
portValid
&&
in SM_STEP()
401
sm->
portValid
= TRUE;
in SM_STEP()
405
if (sm->eapSuccess && sm->
portValid
)
in SM_STEP()
407
else if (sm->eapFail || (sm->keyDone && !sm->
portValid
))
in SM_STEP()
421
if (sm->eapolEap && sm->
portValid
)
in SM_STEP()
423
else if (!sm->
portValid
)
in SM_STEP()
849
sm->
portValid
in eapol_sm_processKey()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H
A
D
eapol_supp_sm.c
49
bool
portValid
;
member
406
sm->
portValid
)
in SM_STEP()
414
!sm->
portValid
)
in SM_STEP()
418
if (sm->eapSuccess && !sm->
portValid
&&
in SM_STEP()
424
sm->
portValid
= true;
in SM_STEP()
428
if (sm->eapSuccess && sm->
portValid
)
in SM_STEP()
430
else if (sm->eapFail || (sm->keyDone && !sm->
portValid
))
in SM_STEP()
444
if (sm->eapolEap && sm->
portValid
)
in SM_STEP()
446
else if (!sm->
portValid
)
in SM_STEP()
873
sm->
portValid
in eapol_sm_processKey()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H
A
D
eapol_auth_sm_i.h
58
Boolean
portValid
;
member
H
A
D
eapol_auth_sm.c
420
else if (sm->eapolLogoff || !sm->
portValid
)
in SM_STEP()
424
if (sm->authSuccess && sm->
portValid
)
in SM_STEP()
427
(sm->keyDone && !sm->
portValid
))
in SM_STEP()
822
sm->
portValid
= FALSE;
in eapol_auth_alloc()
824
sm->
portValid
= TRUE;
in eapol_auth_alloc()
H
A
D
eapol_auth_dump.c
156
"
portValid
=%s\n"
in eapol_auth_dump_state()
174
_SB(sm->
portValid
),
in eapol_auth_dump_state()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H
A
D
eapol_auth_sm_i.h
58
bool
portValid
;
member
H
A
D
eapol_auth_sm.c
421
else if (sm->eapolLogoff || !sm->
portValid
)
in SM_STEP()
425
if (sm->authSuccess && sm->
portValid
)
in SM_STEP()
428
(sm->keyDone && !sm->
portValid
))
in SM_STEP()
829
sm->
portValid
= false;
in eapol_auth_alloc()
831
sm->
portValid
= true;
in eapol_auth_alloc()
H
A
D
eapol_auth_dump.c
156
"
portValid
=%s\n"
in eapol_auth_dump_state()
174
_SB(sm->
portValid
),
in eapol_auth_dump_state()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
preauth_auth.c
85
sta->eapol_sm->
portValid
= true;
in rsn_preauth_receive()
H
A
D
ieee802_1x.c
1315
sta->eapol_sm->
portValid
= true;
in ieee802_1x_new_station()
1338
sta->eapol_sm->
portValid
= true;
in ieee802_1x_new_station()
2694
sm->
portValid
= valid;
in ieee802_1x_notify_port_valid()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
preauth_auth.c
85
sta->eapol_sm->
portValid
= TRUE;
in rsn_preauth_receive()
H
A
D
ieee802_1x.c
1307
sta->eapol_sm->
portValid
= TRUE;
in ieee802_1x_new_station()
1330
sta->eapol_sm->
portValid
= TRUE;
in ieee802_1x_new_station()
2688
sm->
portValid
= valid ? TRUE : FALSE;
in ieee802_1x_notify_port_valid()
Completed in 16 milliseconds