Searched refs:WAIT_START (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tnc.c18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon4308
44 data->state = WAIT_START;
293 if (data->state == WAIT_START) {
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon3700
33 case WAIT_START:
34 return "WAIT_START";
74 data->state = WAIT_START;
H A Deap_wsc.c20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; enumerator in enum:eap_wsc_data::__anon3711
35 case WAIT_START:
36 return "WAIT_START";
176 data->state = registrar ? MESG : WAIT_START;
496 if (data->state == WAIT_START) {
499 "in WAIT_START state", op_code);

Completed in 75 milliseconds