Home
last modified time | relevance | path

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

/src/contrib/wpa/src/eap_server/
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
38 case MESG: in eap_wsc_state_txt()
102 data->state = registrar ? START : MESG; in eap_wsc_init()
231 eap_wsc_state(data, MESG); in eap_wsc_build_msg()
251 case MESG: in eap_wsc_buildReq()
404 eap_wsc_state(data, MESG); in eap_wsc_process()
446 eap_wsc_state(data, MESG); in eap_wsc_process()
453 eap_wsc_state(data, MESG); in eap_wsc_process()
/src/contrib/wpa/src/eap_peer/
H A Deap_wsc.c20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; enumerator
37 case MESG: in eap_wsc_state_txt()
176 data->state = registrar ? MESG : WAIT_START; in eap_wsc_init()
364 eap_wsc_state(data, MESG); in eap_wsc_build_msg()
494 eap_wsc_state(data, MESG); in eap_wsc_process()
514 eap_wsc_state(data, MESG); in eap_wsc_process()
550 eap_wsc_state(data, MESG); in eap_wsc_process()
577 eap_wsc_state(data, MESG); in eap_wsc_process()