Searched refs:MESG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon3740
38 case MESG:
39 return "MESG";
102 data->state = registrar ? START : MESG;
229 eap_wsc_state(data, MESG);
249 case MESG:
402 eap_wsc_state(data, MESG);
444 eap_wsc_state(data, MESG);
451 eap_wsc_state(data, MESG);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; enumerator in enum:eap_wsc_data::__anon3711
37 case MESG:
38 return "MESG";
176 data->state = registrar ? MESG : WAIT_START;
354 eap_wsc_state(data, MESG);
484 eap_wsc_state(data, MESG);
504 eap_wsc_state(data, MESG);
540 eap_wsc_state(data, MESG);
567 eap_wsc_state(data, MESG);

Completed in 52 milliseconds