OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESG
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c
20
enum { START,
MESG
, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
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
);
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
20
enum { WAIT_START,
MESG
, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
37
case
MESG
:
38
return "
MESG
";
180
data->state = registrar ?
MESG
: WAIT_START;
355
eap_wsc_state(data,
MESG
);
485
eap_wsc_state(data,
MESG
);
505
eap_wsc_state(data,
MESG
);
541
eap_wsc_state(data,
MESG
);
565
eap_wsc_state(data,
MESG
);
Completed in 2084 milliseconds