HomeSort by relevance Sort by last modified time
    Searched full:out_frag_pos (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 34 size_t out_frag_pos; member in struct:eap_pwd_data
133 data->out_frag_pos = data->in_frag_pos = 0;
732 if (data->out_frag_pos) {
744 len = wpabuf_len(data->outbuf) - data->out_frag_pos;
759 wpabuf_put_data(resp, buf + data->out_frag_pos, len);
760 data->out_frag_pos += len;
764 if (data->out_frag_pos >= wpabuf_len(data->outbuf)) {
767 data->out_frag_pos = 0;
770 data->out_frag_pos == 0 ? "last" : "next",
903 data->out_frag_pos += len
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 34 size_t out_frag_pos; member in struct:eap_pwd_data
125 data->in_frag_pos = data->out_frag_pos = 0;
168 if (data->out_frag_pos)
201 if (data->out_frag_pos)
310 if (data->out_frag_pos)
490 len = wpabuf_len(data->outbuf) - data->out_frag_pos;
498 if (data->out_frag_pos == 0) {
527 wpabuf_put_data(req, buf + data->out_frag_pos, len);
528 data->out_frag_pos += len;
532 if (data->out_frag_pos >= wpabuf_len(data->outbuf))
    [all...]

Completed in 57 milliseconds