Home
last modified time | relevance | path

Searched refs:chunked (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/wps/
Dhttpread.c70 int chunked; /* nonzero for chunked data */ member
188 h->chunked = 1; in httpread_hdr_option_analyze()
315 if (h->chunked) in httpread_hdr_analyze()
336 if (h->chunked == 0 && h->got_content_length == 0) in httpread_hdr_analyze()
396 if (h->chunked || h->got_content_length) { in httpread_read_handler()
532 if (h->chunked && h->in_chunk_data == 0) { in httpread_read_handler()
571 } else if (h->chunked) { in httpread_read_handler()
604 if (h->chunked && h->in_chunk_data) { in httpread_read_handler()
610 } else if (h->chunked) { in httpread_read_handler()
636 if (h->chunked && h->in_trailer) { in httpread_read_handler()
/hostap-latest/hostapd/
DChangeLog291 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding
/hostap-latest/wpa_supplicant/
DChangeLog421 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding