HomeSort by relevance Sort by last modified time
    Searched refs:MESG (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
43 case MESG:
44 return "MESG";
102 data->state = registrar ? MESG : WAIT_START;
220 eap_wsc_state(data, MESG);
349 eap_wsc_state(data, MESG);
369 eap_wsc_state(data, MESG);
405 eap_wsc_state(data, MESG);
429 eap_wsc_state(data, MESG);
  /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";
166 data->state = registrar ? MESG : WAIT_START;
322 eap_wsc_state(data, MESG);
452 eap_wsc_state(data, MESG);
472 eap_wsc_state(data, MESG);
508 eap_wsc_state(data, MESG);
532 eap_wsc_state(data, MESG);

Completed in 312 milliseconds