Searched refs:MESG (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_wsc.c | 20 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() 229 eap_wsc_state(data, MESG); in eap_wsc_build_msg() 249 case MESG: in eap_wsc_buildReq() 402 eap_wsc_state(data, MESG); in eap_wsc_process() 444 eap_wsc_state(data, MESG); in eap_wsc_process() 451 eap_wsc_state(data, MESG); in eap_wsc_process()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_wsc.c | 20 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() 351 eap_wsc_state(data, MESG); in eap_wsc_build_msg() 481 eap_wsc_state(data, MESG); in eap_wsc_process() 501 eap_wsc_state(data, MESG); in eap_wsc_process() 537 eap_wsc_state(data, MESG); in eap_wsc_process() 564 eap_wsc_state(data, MESG); in eap_wsc_process()
|