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 36 size_t out_frag_pos; member in struct:eap_pwd_data
137 data->out_frag_pos = data->in_frag_pos = 0;
815 if (data->out_frag_pos) {
827 len = wpabuf_len(data->outbuf) - data->out_frag_pos;
842 wpabuf_put_data(resp, buf + data->out_frag_pos, len);
843 data->out_frag_pos += len;
847 if (data->out_frag_pos >= wpabuf_len(data->outbuf)) {
850 data->out_frag_pos = 0;
853 data->out_frag_pos == 0 ? "last" : "next",
1000 data->out_frag_pos += len
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 36 size_t out_frag_pos; member in struct:eap_pwd_data
128 data->in_frag_pos = data->out_frag_pos = 0;
171 if (data->out_frag_pos)
205 if (data->out_frag_pos)
314 if (data->out_frag_pos)
494 len = wpabuf_len(data->outbuf) - data->out_frag_pos;
502 if (data->out_frag_pos == 0) {
531 wpabuf_put_data(req, buf + data->out_frag_pos, len);
532 data->out_frag_pos += len;
536 if (data->out_frag_pos >= wpabuf_len(data->outbuf))
    [all...]

Completed in 111 milliseconds