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.c270 sm->method_pending = METHOD_PENDING_NONE; in SM_STATE()
1259 else if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1263 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1267 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1279 if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1285 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1289 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1927 if (sm->method_pending == METHOD_PENDING_WAIT) in eap_sm_pending_cb()
1928 sm->method_pending = METHOD_PENDING_CONT; in eap_sm_pending_cb()
1941 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.c870 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_ttls_process_phase2_eap_response()
Deap_server_peap.c926 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_peap_process_phase2_response()
Deap_server_fast.c1409 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_fast_process_phase2()