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:heldWhile
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H
A
D
eapol_supp_sm.c
35
unsigned int
heldWhile
;
member
175
if (sm->
heldWhile
> 0) {
in eapol_port_timers_tick()
176
sm->
heldWhile
--;
in eapol_port_timers_tick()
177
if (sm->
heldWhile
== 0)
in eapol_port_timers_tick()
178
wpa_printf(MSG_DEBUG, "EAPOL:
heldWhile
--> 0");
in eapol_port_timers_tick()
191
if (sm->authWhile | sm->
heldWhile
| sm->startWhen | sm->idleWhile) {
in eapol_port_timers_tick()
237
* IEEE Std 802.1X-2004 does not clear
heldWhile
here, but doing so
in SM_STATE()
243
sm->
heldWhile
= 0;
in SM_STATE()
302
sm->
heldWhile
= sm->heldPeriod;
in SM_STATE()
415
if (sm->
heldWhile
in SM_STEP()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H
A
D
eapol_supp_sm.c
34
unsigned int
heldWhile
;
member
184
if (sm->
heldWhile
> 0) {
in eapol_port_timers_tick()
185
sm->
heldWhile
--;
in eapol_port_timers_tick()
186
if (sm->
heldWhile
== 0)
in eapol_port_timers_tick()
187
wpa_printf(MSG_EXCESSIVE, "EAPOL:
heldWhile
--> 0");
in eapol_port_timers_tick()
200
if (sm->authWhile | sm->
heldWhile
| sm->startWhen | sm->idleWhile) {
in eapol_port_timers_tick()
255
* IEEE Std 802.1X-2004 does not clear
heldWhile
here, but doing so
in SM_STATE()
261
sm->
heldWhile
= 0;
in SM_STATE()
320
sm->
heldWhile
= sm->heldPeriod;
in SM_STATE()
438
if (sm->
heldWhile
in SM_STEP()
[all...]
Completed in 4 milliseconds