OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SM_ENTRY
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap_server.c
124
SM_ENTRY
(EAP, DISABLED);
131
SM_ENTRY
(EAP, INITIALIZE);
181
SM_ENTRY
(EAP, PICK_UP_METHOD);
213
SM_ENTRY
(EAP, IDLE);
223
SM_ENTRY
(EAP, RETRANSMIT);
235
SM_ENTRY
(EAP, RECEIVED);
245
SM_ENTRY
(EAP, DISCARD);
253
SM_ENTRY
(EAP, SEND_REQUEST);
276
SM_ENTRY
(EAP, INTEGRITY_CHECK);
292
SM_ENTRY
(EAP, METHOD_REQUEST)
[
all
...]
/external/wpa_supplicant_8/src/utils/
state_machine.h
37
*
SM_ENTRY
- State machine function entry point
42
* SM_STATE.
SM_ENTRY
should be in the beginning of the function body, but
46
#define
SM_ENTRY
(machine, state) \
60
* This macro is like
SM_ENTRY
, but for state machine groups that use a shared
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
210
SM_ENTRY
(SUPP_PAE, LOGOFF);
220
SM_ENTRY
(SUPP_PAE, DISCONNECTED);
245
SM_ENTRY
(SUPP_PAE, CONNECTING);
273
SM_ENTRY
(SUPP_PAE, AUTHENTICATING);
286
SM_ENTRY
(SUPP_PAE, HELD);
297
SM_ENTRY
(SUPP_PAE, AUTHENTICATED);
306
SM_ENTRY
(SUPP_PAE, RESTART);
313
SM_ENTRY
(SUPP_PAE, S_FORCE_AUTH);
322
SM_ENTRY
(SUPP_PAE, S_FORCE_UNAUTH);
417
SM_ENTRY
(KEY_RX, NO_KEY_RECEIVE)
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap.c
144
SM_ENTRY
(EAP, INITIALIZE);
192
SM_ENTRY
(EAP, DISABLED);
210
SM_ENTRY
(EAP, IDLE);
222
SM_ENTRY
(EAP, RECEIVED);
240
SM_ENTRY
(EAP, GET_METHOD);
355
SM_ENTRY
(EAP, METHOD);
427
SM_ENTRY
(EAP, SEND_RESPONSE);
448
SM_ENTRY
(EAP, DISCARD);
461
SM_ENTRY
(EAP, IDENTITY);
479
SM_ENTRY
(EAP, NOTIFICATION)
[
all
...]
Completed in 3147 milliseconds