Searched refs:SM_ENTRY (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c150 SM_ENTRY(EAP, DISABLED);
157 SM_ENTRY(EAP, INITIALIZE);
207 SM_ENTRY(EAP, PICK_UP_METHOD);
239 SM_ENTRY(EAP, IDLE);
249 SM_ENTRY(EAP, RETRANSMIT);
261 SM_ENTRY(EAP, RECEIVED);
271 SM_ENTRY(EAP, DISCARD);
279 SM_ENTRY(EAP, SEND_REQUEST);
302 SM_ENTRY(EAP, INTEGRITY_CHECK);
318 SM_ENTRY(EA
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c150 SM_ENTRY(EAP, DISABLED);
157 SM_ENTRY(EAP, INITIALIZE);
207 SM_ENTRY(EAP, PICK_UP_METHOD);
239 SM_ENTRY(EAP, IDLE);
249 SM_ENTRY(EAP, RETRANSMIT);
261 SM_ENTRY(EAP, RECEIVED);
271 SM_ENTRY(EAP, DISCARD);
279 SM_ENTRY(EAP, SEND_REQUEST);
302 SM_ENTRY(EAP, INTEGRITY_CHECK);
318 SM_ENTRY(EA
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c150 SM_ENTRY(EAP, DISABLED);
157 SM_ENTRY(EAP, INITIALIZE);
207 SM_ENTRY(EAP, PICK_UP_METHOD);
239 SM_ENTRY(EAP, IDLE);
249 SM_ENTRY(EAP, RETRANSMIT);
261 SM_ENTRY(EAP, RECEIVED);
271 SM_ENTRY(EAP, DISCARD);
279 SM_ENTRY(EAP, SEND_REQUEST);
302 SM_ENTRY(EAP, INTEGRITY_CHECK);
318 SM_ENTRY(EA
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_cp.c113 SM_ENTRY(CP, INIT);
137 SM_ENTRY(CP, CHANGE);
152 SM_ENTRY(CP, ALLOWED);
170 SM_ENTRY(CP, AUTHENTICATED);
190 SM_ENTRY(CP, SECURED);
218 SM_ENTRY(CP, RECEIVE);
248 SM_ENTRY(CP, RECEIVING);
268 SM_ENTRY(CP, READY);
276 SM_ENTRY(CP, TRANSMIT);
291 SM_ENTRY(C
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.c113 SM_ENTRY(CP, INIT);
137 SM_ENTRY(CP, CHANGE);
152 SM_ENTRY(CP, ALLOWED);
170 SM_ENTRY(CP, AUTHENTICATED);
190 SM_ENTRY(CP, SECURED);
218 SM_ENTRY(CP, RECEIVE);
248 SM_ENTRY(CP, RECEIVING);
268 SM_ENTRY(CP, READY);
276 SM_ENTRY(CP, TRANSMIT);
291 SM_ENTRY(C
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.c113 SM_ENTRY(CP, INIT);
137 SM_ENTRY(CP, CHANGE);
152 SM_ENTRY(CP, ALLOWED);
170 SM_ENTRY(CP, AUTHENTICATED);
190 SM_ENTRY(CP, SECURED);
218 SM_ENTRY(CP, RECEIVE);
248 SM_ENTRY(CP, RECEIVING);
268 SM_ENTRY(CP, READY);
276 SM_ENTRY(CP, TRANSMIT);
291 SM_ENTRY(C
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dstate_machine.h37 * 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) \ macro
60 * This macro is like SM_ENTRY, but for state machine groups that use a shared
/external/wpa_supplicant_8/src/utils/
H A Dstate_machine.h37 * 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) \ macro
60 * This macro is like SM_ENTRY, but for state machine groups that use a shared
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dstate_machine.h37 * 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) \ macro
60 * This macro is like SM_ENTRY, but for state machine groups that use a shared
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c213 SM_ENTRY(SUPP_PAE, LOGOFF);
222 SM_ENTRY(SUPP_PAE, DISCONNECTED);
246 SM_ENTRY(SUPP_PAE, CONNECTING);
276 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
289 SM_ENTRY(SUPP_PAE, HELD);
299 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
307 SM_ENTRY(SUPP_PAE, RESTART);
314 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
322 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
416 SM_ENTRY(KEY_R
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c213 SM_ENTRY(SUPP_PAE, LOGOFF);
222 SM_ENTRY(SUPP_PAE, DISCONNECTED);
246 SM_ENTRY(SUPP_PAE, CONNECTING);
276 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
289 SM_ENTRY(SUPP_PAE, HELD);
299 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
307 SM_ENTRY(SUPP_PAE, RESTART);
314 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
322 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
416 SM_ENTRY(KEY_R
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c213 SM_ENTRY(SUPP_PAE, LOGOFF);
222 SM_ENTRY(SUPP_PAE, DISCONNECTED);
246 SM_ENTRY(SUPP_PAE, CONNECTING);
276 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
289 SM_ENTRY(SUPP_PAE, HELD);
299 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
307 SM_ENTRY(SUPP_PAE, RESTART);
314 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
322 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
416 SM_ENTRY(KEY_R
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c153 SM_ENTRY(EAP, INITIALIZE);
203 SM_ENTRY(EAP, DISABLED);
221 SM_ENTRY(EAP, IDLE);
233 SM_ENTRY(EAP, RECEIVED);
251 SM_ENTRY(EAP, GET_METHOD);
366 SM_ENTRY(EAP, METHOD);
439 SM_ENTRY(EAP, SEND_RESPONSE);
462 SM_ENTRY(EAP, DISCARD);
475 SM_ENTRY(EAP, IDENTITY);
493 SM_ENTRY(EA
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c153 SM_ENTRY(EAP, INITIALIZE);
203 SM_ENTRY(EAP, DISABLED);
221 SM_ENTRY(EAP, IDLE);
233 SM_ENTRY(EAP, RECEIVED);
251 SM_ENTRY(EAP, GET_METHOD);
366 SM_ENTRY(EAP, METHOD);
439 SM_ENTRY(EAP, SEND_RESPONSE);
462 SM_ENTRY(EAP, DISCARD);
475 SM_ENTRY(EAP, IDENTITY);
493 SM_ENTRY(EA
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c153 SM_ENTRY(EAP, INITIALIZE);
203 SM_ENTRY(EAP, DISABLED);
221 SM_ENTRY(EAP, IDLE);
233 SM_ENTRY(EAP, RECEIVED);
251 SM_ENTRY(EAP, GET_METHOD);
366 SM_ENTRY(EAP, METHOD);
439 SM_ENTRY(EAP, SEND_RESPONSE);
462 SM_ENTRY(EAP, DISCARD);
475 SM_ENTRY(EAP, IDENTITY);
493 SM_ENTRY(EA
[all...]

Completed in 169 milliseconds