Home
last modified time | relevance | path

Searched defs:eapol_sm (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
Deapol_supp_sm.c36 struct eapol_sm { struct
38 unsigned int authWhile;
39 unsigned int heldWhile;
40 unsigned int startWhen;
41 unsigned int idleWhile; /* for EAP state machine */
42 int timer_tick_enabled;
45 Boolean eapFail;
46 Boolean eapolEap;
47 Boolean eapSuccess;
48 Boolean initialize;
[all …]
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c30 struct eapol_sm { struct
32 unsigned int authWhile;
33 unsigned int heldWhile;
34 unsigned int startWhen;
35 unsigned int idleWhile; /* for EAP state machine */
36 int timer_tick_enabled;
39 Boolean eapFail;
40 Boolean eapolEap;
41 Boolean eapSuccess;
42 Boolean initialize;
[all …]
/external/wpa_supplicant_8/src/ap/
Dsta_info.h72 struct eapol_state_machine *eapol_sm; member