Home
last modified time | relevance | path

Searched refs:method_pending (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server.c269 sm->method_pending = METHOD_PENDING_NONE; in SM_STATE()
1306 else if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1310 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1314 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1326 if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1332 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1336 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1941 if (sm->method_pending == METHOD_PENDING_WAIT) in eap_sm_pending_cb()
1942 sm->method_pending = METHOD_PENDING_CONT; in eap_sm_pending_cb()
1955 return sm->method_pending == METHOD_PENDING_WAIT; in eap_sm_method_pending()
H A Deap_i.h178 } method_pending; member
H A Deap_server_wsc.c69 if (sm->method_pending != METHOD_PENDING_WAIT) in eap_wsc_ext_reg_timeout()
454 sm->method_pending = METHOD_PENDING_WAIT; in eap_wsc_process()
H A Deap_server_aka.c920 sm->method_pending = METHOD_PENDING_WAIT; in eap_aka_fullauth()
949 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_aka_fullauth()
952 sm->method_pending = METHOD_PENDING_NONE; in eap_aka_fullauth()
H A Deap_server_sim.c667 sm->method_pending = METHOD_PENDING_WAIT; in eap_sim_process_start()
H A Deap_server_ttls.c910 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_ttls_process_phase2_eap_response()
H A Deap_server_peap.c1023 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_peap_process_phase2_response()
H A Deap_server_fast.c1418 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_fast_process_phase2()
H A Deap_server_teap.c1745 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_teap_process_phase2()