OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heldPeriod
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h
263
void eapol_sm_configure(struct eapol_sm *sm, int
heldPeriod
, int authPeriod,
312
static inline void eapol_sm_configure(struct eapol_sm *sm, int
heldPeriod
,
eapol_supp_sm.c
77
unsigned int
heldPeriod
; /* dot1xSuppHeldPeriod */
287
sm->heldWhile = sm->
heldPeriod
;
1022
* @
heldPeriod
: dot1xSuppHeldPeriod
1030
void eapol_sm_configure(struct eapol_sm *sm, int
heldPeriod
, int authPeriod,
1035
if (
heldPeriod
>= 0)
1036
sm->
heldPeriod
=
heldPeriod
;
1092
"
heldPeriod
=%u\n"
1098
sm->
heldPeriod
,
1150
sm->
heldPeriod
,
[
all
...]
Completed in 91 milliseconds