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

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 113 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(CP, TRANSMITTING)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 219 SM_ENTRY(EAP, DISABLED);
226 SM_ENTRY(EAP, INITIALIZE);
280 SM_ENTRY(EAP, PICK_UP_METHOD);
312 SM_ENTRY(EAP, IDLE);
322 SM_ENTRY(EAP, RETRANSMIT);
334 SM_ENTRY(EAP, RECEIVED);
344 SM_ENTRY(EAP, DISCARD);
352 SM_ENTRY(EAP, SEND_REQUEST);
375 SM_ENTRY(EAP, INTEGRITY_CHECK);
391 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 214 SM_ENTRY(SUPP_PAE, LOGOFF);
223 SM_ENTRY(SUPP_PAE, DISCONNECTED);
249 SM_ENTRY(SUPP_PAE, CONNECTING);
284 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
297 SM_ENTRY(SUPP_PAE, HELD);
307 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
315 SM_ENTRY(SUPP_PAE, RESTART);
332 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
340 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
436 SM_ENTRY(KEY_RX, NO_KEY_RECEIVE)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 156 SM_ENTRY(EAP, INITIALIZE);
216 SM_ENTRY(EAP, DISABLED);
234 SM_ENTRY(EAP, IDLE);
246 SM_ENTRY(EAP, RECEIVED);
264 SM_ENTRY(EAP, GET_METHOD);
643 SM_ENTRY(EAP, METHOD);
720 SM_ENTRY(EAP, SEND_RESPONSE);
744 SM_ENTRY(EAP, DISCARD);
757 SM_ENTRY(EAP, IDENTITY);
775 SM_ENTRY(EAP, NOTIFICATION)
    [all...]

Completed in 240 milliseconds