HomeSort by relevance Sort by last modified time
    Searched defs: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_peer/
eap_wsc.c 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
43 case MESG:
44 return "MESG";
170 data->state = registrar ? MESG : WAIT_START;
313 eap_wsc_state(data, MESG);
443 eap_wsc_state(data, MESG);
463 eap_wsc_state(data, MESG);
499 eap_wsc_state(data, MESG);
523 eap_wsc_state(data, MESG);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 26 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
44 case MESG:
45 return "MESG";
108 data->state = registrar ? START : MESG;
235 eap_wsc_state(data, MESG);
255 case MESG:
408 eap_wsc_state(data, MESG);
450 eap_wsc_state(data, MESG);
457 eap_wsc_state(data, MESG);

Completed in 19 milliseconds