Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.c32 struct eapol_sm { struct
34 unsigned int authWhile;
35 unsigned int heldWhile;
36 unsigned int startWhen;
37 unsigned int idleWhile; /* for EAP state machine */
38 int timer_tick_enabled;
41 Boolean eapFail;
42 Boolean eapolEap;
43 Boolean eapSuccess;
44 Boolean initialize;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.c32 struct eapol_sm { struct
34 unsigned int authWhile;
35 unsigned int heldWhile;
36 unsigned int startWhen;
37 unsigned int idleWhile; /* for EAP state machine */
38 int timer_tick_enabled;
41 bool eapFail;
42 bool eapolEap;
43 bool eapSuccess;
44 bool initialize;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h136 struct eapol_state_machine *eapol_sm; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h178 struct eapol_state_machine *eapol_sm; member