HomeSort by relevance Sort by last modified time
    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";
177 data->state = registrar ? MESG : WAIT_START;
329 eap_wsc_state(data, MESG);
459 eap_wsc_state(data, MESG);
479 eap_wsc_state(data, MESG);
515 eap_wsc_state(data, MESG);
539 eap_wsc_state(data, MESG);

Completed in 51 milliseconds