HomeSort by relevance Sort by last modified time
    Searched refs:SM_ENTRY (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 129 SM_ENTRY(EAP, DISABLED);
136 SM_ENTRY(EAP, INITIALIZE);
175 SM_ENTRY(EAP, PICK_UP_METHOD);
204 SM_ENTRY(EAP, IDLE);
214 SM_ENTRY(EAP, RETRANSMIT);
226 SM_ENTRY(EAP, RECEIVED);
236 SM_ENTRY(EAP, DISCARD);
244 SM_ENTRY(EAP, SEND_REQUEST);
267 SM_ENTRY(EAP, INTEGRITY_CHECK);
278 SM_ENTRY(EAP, METHOD_REQUEST)
    [all...]
  /external/wpa_supplicant/
state_machine.h 43 * SM_ENTRY - State machine function entry point
48 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
52 #define SM_ENTRY(machine, state) \
66 * This macro is like SM_ENTRY, but for state machine groups that use a shared
eapol_sm.c 232 SM_ENTRY(SUPP_PAE, LOGOFF);
241 SM_ENTRY(SUPP_PAE, DISCONNECTED);
256 SM_ENTRY(SUPP_PAE, CONNECTING);
278 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
291 SM_ENTRY(SUPP_PAE, HELD);
300 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
308 SM_ENTRY(SUPP_PAE, RESTART);
315 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
323 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
417 SM_ENTRY(KEY_RX, NO_KEY_RECEIVE)
    [all...]
eap.c 107 SM_ENTRY(EAP, INITIALIZE);
150 SM_ENTRY(EAP, DISABLED);
162 SM_ENTRY(EAP, IDLE);
175 SM_ENTRY(EAP, RECEIVED);
192 SM_ENTRY(EAP, GET_METHOD);
293 SM_ENTRY(EAP, METHOD);
353 SM_ENTRY(EAP, SEND_RESPONSE);
379 SM_ENTRY(EAP, DISCARD);
393 SM_ENTRY(EAP, IDENTITY);
411 SM_ENTRY(EAP, NOTIFICATION)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
state_machine.h 43 * SM_ENTRY - State machine function entry point
48 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
52 #define SM_ENTRY(machine, state) \
66 * This macro is like SM_ENTRY, but for state machine groups that use a shared
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 249 SM_ENTRY(SUPP_PAE, LOGOFF);
258 SM_ENTRY(SUPP_PAE, DISCONNECTED);
273 SM_ENTRY(SUPP_PAE, CONNECTING);
301 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
314 SM_ENTRY(SUPP_PAE, HELD);
324 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
332 SM_ENTRY(SUPP_PAE, RESTART);
339 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
347 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
441 SM_ENTRY(KEY_RX, NO_KEY_RECEIVE)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 135 SM_ENTRY(EAP, INITIALIZE);
180 SM_ENTRY(EAP, DISABLED);
192 SM_ENTRY(EAP, IDLE);
204 SM_ENTRY(EAP, RECEIVED);
221 SM_ENTRY(EAP, GET_METHOD);
321 SM_ENTRY(EAP, METHOD);
380 SM_ENTRY(EAP, SEND_RESPONSE);
401 SM_ENTRY(EAP, DISCARD);
414 SM_ENTRY(EAP, IDENTITY);
430 SM_ENTRY(EAP, NOTIFICATION)
    [all...]

Completed in 1158 milliseconds