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 112 SM_ENTRY(CP, INIT);
136 SM_ENTRY(CP, CHANGE);
151 SM_ENTRY(CP, ALLOWED);
170 SM_ENTRY(CP, AUTHENTICATED);
189 SM_ENTRY(CP, SECURED);
216 SM_ENTRY(CP, RECEIVE);
246 SM_ENTRY(CP, RECEIVING);
266 SM_ENTRY(CP, READY);
274 SM_ENTRY(CP, TRANSMIT);
289 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);
286 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
299 SM_ENTRY(SUPP_PAE, HELD);
309 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
317 SM_ENTRY(SUPP_PAE, RESTART);
334 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
342 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
438 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);
659 SM_ENTRY(EAP, METHOD);
736 SM_ENTRY(EAP, SEND_RESPONSE);
760 SM_ENTRY(EAP, DISCARD);
773 SM_ENTRY(EAP, IDENTITY);
791 SM_ENTRY(EAP, NOTIFICATION)
    [all...]

Completed in 136 milliseconds