Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_i.h177 } method_pending; member
Deap_server.c271 sm->method_pending = METHOD_PENDING_NONE; in SM_STATE()
1310 else 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()
1330 if (sm->method_pending == METHOD_PENDING_WAIT) { in SM_STEP()
1336 } else if (sm->method_pending == METHOD_PENDING_CONT) { in SM_STEP()
1340 sm->method_pending = METHOD_PENDING_NONE; in SM_STEP()
1955 if (sm->method_pending == METHOD_PENDING_WAIT) in eap_sm_pending_cb()
1956 sm->method_pending = METHOD_PENDING_CONT; in eap_sm_pending_cb()
1969 return sm->method_pending == METHOD_PENDING_WAIT; in eap_sm_method_pending()
Deap_server_wsc.c402 sm->method_pending = METHOD_PENDING_WAIT; in eap_wsc_process()