HomeSort by: relevance | last modified time | path
    Searched refs:SM_STATE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm.c 198 SM_STATE(AUTH_PAE, INITIALIZE)
217 SM_STATE(AUTH_PAE, DISCONNECTED)
249 SM_STATE(AUTH_PAE, RESTART)
266 SM_STATE(AUTH_PAE, CONNECTING)
278 SM_STATE(AUTH_PAE, HELD)
306 SM_STATE(AUTH_PAE, AUTHENTICATED)
335 SM_STATE(AUTH_PAE, AUTHENTICATING)
349 SM_STATE(AUTH_PAE, ABORTING)
368 SM_STATE(AUTH_PAE, FORCE_AUTH)
380 SM_STATE(AUTH_PAE, FORCE_UNAUTH
    [all...]
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_cp.c 109 SM_STATE(CP, INIT)
133 SM_STATE(CP, CHANGE)
166 SM_STATE(CP, ALLOWED)
185 SM_STATE(CP, AUTHENTICATED)
206 SM_STATE(CP, SECURED)
234 SM_STATE(CP, RECEIVE)
256 SM_STATE(CP, RECEIVING)
276 SM_STATE(CP, READY)
284 SM_STATE(CP, TRANSMIT)
299 SM_STATE(CP, TRANSMITTING
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server.c 213 SM_STATE(EAP, DISABLED)
221 SM_STATE(EAP, INITIALIZE)
276 SM_STATE(EAP, PICK_UP_METHOD)
308 SM_STATE(EAP, IDLE)
318 SM_STATE(EAP, RETRANSMIT)
333 SM_STATE(EAP, RECEIVED)
347 SM_STATE(EAP, DISCARD)
355 SM_STATE(EAP, SEND_REQUEST)
380 SM_STATE(EAP, INTEGRITY_CHECK)
396 SM_STATE(EAP, METHOD_REQUEST
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
state_machine.h 24 * SM_STATE - Declaration of a state machine function
32 #define SM_STATE(machine, state) \
42 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
98 * with SM_STATE macro. SM_ENTER is used in a state machine step function to
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.c 223 SM_STATE(SUPP_PAE, LOGOFF)
232 SM_STATE(SUPP_PAE, DISCONNECTED)
256 SM_STATE(SUPP_PAE, CONNECTING)
295 SM_STATE(SUPP_PAE, AUTHENTICATING)
308 SM_STATE(SUPP_PAE, HELD)
318 SM_STATE(SUPP_PAE, AUTHENTICATED)
326 SM_STATE(SUPP_PAE, RESTART)
348 SM_STATE(SUPP_PAE, S_FORCE_AUTH)
356 SM_STATE(SUPP_PAE, S_FORCE_UNAUTH)
452 SM_STATE(KEY_RX, NO_KEY_RECEIVE
    [all...]
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 572 typedef struct SM_STATE {
580 } SM_STATE;
604 SM_STATE *state = (SM_STATE *) context;
618 SM_STATE *state = (SM_STATE *) context;
704 SM_STATE state;
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 216 SM_STATE(EAP, INITIALIZE)
279 SM_STATE(EAP, DISABLED)
298 SM_STATE(EAP, IDLE)
308 SM_STATE(EAP, RECEIVED)
328 SM_STATE(EAP, GET_METHOD)
880 SM_STATE(EAP, METHOD)
957 SM_STATE(EAP, SEND_RESPONSE)
983 SM_STATE(EAP, DISCARD)
994 SM_STATE(EAP, IDENTITY)
1012 SM_STATE(EAP, NOTIFICATION
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.c 2448 SM_STATE(WPA_PTK, INITIALIZE)
2479 SM_STATE(WPA_PTK, DISCONNECT)
2492 SM_STATE(WPA_PTK, DISCONNECTED)
2499 SM_STATE(WPA_PTK, AUTHENTICATION)
2544 SM_STATE(WPA_PTK, AUTHENTICATION2)
2591 SM_STATE(WPA_PTK, INITPMK)
2664 SM_STATE(WPA_PTK, INITPSK)
2702 SM_STATE(WPA_PTK, PTKSTART)
3626 SM_STATE(WPA_PTK, PTKCALCNEGOTIATING)
4002 SM_STATE(WPA_PTK, PTKCALCNEGOTIATING2
    [all...]

Completed in 33 milliseconds