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.c268 sm->method_pending = METHOD_PENDING_NONE; in SM_STATE()
1288 else if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1292 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1296 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1308 if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1314 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1318 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1961 if (sm->method_pending == METHOD_PENDING_WAIT) in eap_sm_pending_cb()
1962 sm->method_pending = METHOD_PENDING_CONT; in eap_sm_pending_cb()
1975 return sm->method_pending == METHOD_PENDING_WAIT; in eap_sm_method_pending()
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_i.h179 } method_pending; member
Deap_server_aka.c795 sm->method_pending = METHOD_PENDING_WAIT; in eap_aka_fullauth()
824 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_aka_fullauth()
827 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_peap.c974 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_peap_process_phase2_response()
Deap_server_ttls.c905 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_ttls_process_phase2_eap_response()
Deap_server_fast.c1414 if (sm->method_pending == METHOD_PENDING_WAIT) { in eap_fast_process_phase2()