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/eap_server/
eap_server.c 150 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(EAP, METHOD_REQUEST)
    [all...]
  /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/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 213 SM_ENTRY(SUPP_PAE, LOGOFF);
222 SM_ENTRY(SUPP_PAE, DISCONNECTED);
246 SM_ENTRY(SUPP_PAE, CONNECTING);
274 SM_ENTRY(SUPP_PAE, AUTHENTICATING);
287 SM_ENTRY(SUPP_PAE, HELD);
297 SM_ENTRY(SUPP_PAE, AUTHENTICATED);
305 SM_ENTRY(SUPP_PAE, RESTART);
312 SM_ENTRY(SUPP_PAE, S_FORCE_AUTH);
320 SM_ENTRY(SUPP_PAE, S_FORCE_UNAUTH);
414 SM_ENTRY(KEY_RX, NO_KEY_RECEIVE)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 153 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(EAP, NOTIFICATION)
    [all...]

Completed in 246 milliseconds