Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server.c271 sm->method_pending = METHOD_PENDING_NONE; in SM_STATE()
1273 else if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1277 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1281 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1293 if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1299 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1303 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1942 if (sm->method_pending == METHOD_PENDING_WAIT) in eap_sm_pending_cb()
1943 sm->method_pending = METHOD_PENDING_CONT; in eap_sm_pending_cb()
1956 return sm->method_pending == METHOD_PENDING_WAIT; in eap_sm_method_pending()
Deap_i.h177 } method_pending; member
Deap_server_wsc.c69 if (sm->method_pending != METHOD_PENDING_WAIT) in eap_wsc_ext_reg_timeout()
452 sm->method_pending = METHOD_PENDING_WAIT; in eap_wsc_process()
Deap_server_aka.c795 sm->method_pending = METHOD_PENDING_WAIT; in eap_aka_fullauth()
820 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_aka_fullauth()
823 sm->method_pending = METHOD_PENDING_NONE; in eap_aka_fullauth()
Deap_server_sim.c529 sm->method_pending = METHOD_PENDING_WAIT; in eap_sim_process_start()
Deap_server_ttls.c903 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_ttls_process_phase2_eap_response()
Deap_server_peap.c970 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_peap_process_phase2_response()
Deap_server_fast.c1415 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_fast_process_phase2()