OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SM_STATE
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/utils/
state_machine.h
24
*
SM_STATE
- Declaration of a state machine function
32
#define
SM_STATE
(machine, state) \
42
*
SM_STATE
. SM_ENTRY should be in the beginning of the function body, but
98
* with
SM_STATE
macro. SM_ENTER is used in a state machine step function to
/external/wpa_supplicant_8/src/eap_server/
eap_server.c
122
SM_STATE
(EAP, DISABLED)
129
SM_STATE
(EAP, INITIALIZE)
179
SM_STATE
(EAP, PICK_UP_METHOD)
211
SM_STATE
(EAP, IDLE)
221
SM_STATE
(EAP, RETRANSMIT)
233
SM_STATE
(EAP, RECEIVED)
243
SM_STATE
(EAP, DISCARD)
251
SM_STATE
(EAP, SEND_REQUEST)
274
SM_STATE
(EAP, INTEGRITY_CHECK)
290
SM_STATE
(EAP, METHOD_REQUEST
[
all
...]
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c
196
SM_STATE
(AUTH_PAE, INITIALIZE)
203
SM_STATE
(AUTH_PAE, DISCONNECTED)
227
SM_STATE
(AUTH_PAE, RESTART)
244
SM_STATE
(AUTH_PAE, CONNECTING)
256
SM_STATE
(AUTH_PAE, HELD)
283
SM_STATE
(AUTH_PAE, AUTHENTICATED)
309
SM_STATE
(AUTH_PAE, AUTHENTICATING)
323
SM_STATE
(AUTH_PAE, ABORTING)
342
SM_STATE
(AUTH_PAE, FORCE_AUTH)
354
SM_STATE
(AUTH_PAE, FORCE_UNAUTH
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap.c
142
SM_STATE
(EAP, INITIALIZE)
190
SM_STATE
(EAP, DISABLED)
208
SM_STATE
(EAP, IDLE)
218
SM_STATE
(EAP, RECEIVED)
234
SM_STATE
(EAP, GET_METHOD)
349
SM_STATE
(EAP, METHOD)
423
SM_STATE
(EAP, SEND_RESPONSE)
444
SM_STATE
(EAP, DISCARD)
455
SM_STATE
(EAP, IDENTITY)
473
SM_STATE
(EAP, NOTIFICATION
[
all
...]
/external/wpa_supplicant_8/src/ap/
wpa_auth.c
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
208
SM_STATE
(SUPP_PAE, LOGOFF)
218
SM_STATE
(SUPP_PAE, DISCONNECTED)
242
SM_STATE
(SUPP_PAE, CONNECTING)
271
SM_STATE
(SUPP_PAE, AUTHENTICATING)
284
SM_STATE
(SUPP_PAE, HELD)
295
SM_STATE
(SUPP_PAE, AUTHENTICATED)
304
SM_STATE
(SUPP_PAE, RESTART)
311
SM_STATE
(SUPP_PAE, S_FORCE_AUTH)
320
SM_STATE
(SUPP_PAE, S_FORCE_UNAUTH)
415
SM_STATE
(KEY_RX, NO_KEY_RECEIVE
[
all
...]
Completed in 273 milliseconds