Searched defs:body_start (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c308 char *body_start; local
392 body_start = wpabuf_put(buf, 0);
404 body_length = (char *) wpabuf_put(buf, 0) - body_start;
764 char *body_start = NULL; local
816 body_start = wpabuf_put(buf, 0);
850 if (body_start && put_length_here) {
851 int body_length = (char *) wpabuf_put(buf, 0) - body_start;
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c308 char *body_start; local
392 body_start = wpabuf_put(buf, 0);
404 body_length = (char *) wpabuf_put(buf, 0) - body_start;
764 char *body_start = NULL; local
816 body_start = wpabuf_put(buf, 0);
850 if (body_start && put_length_here) {
851 int body_length = (char *) wpabuf_put(buf, 0) - body_start;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c308 char *body_start; local
392 body_start = wpabuf_put(buf, 0);
404 body_length = (char *) wpabuf_put(buf, 0) - body_start;
764 char *body_start = NULL; local
816 body_start = wpabuf_put(buf, 0);
850 if (body_start && put_length_here) {
851 int body_length = (char *) wpabuf_put(buf, 0) - body_start;

Completed in 89 milliseconds