Searched refs:put_length_here (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c309 char *put_length_here; local
384 put_length_here = wpabuf_put(buf, 0);
406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
691 char *put_length_here = NULL; local
736 put_length_here = wpabuf_put(buf, 0);
778 if (body_start && put_length_here) {
782 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c309 char *put_length_here; local
384 put_length_here = wpabuf_put(buf, 0);
406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
691 char *put_length_here = NULL; local
736 put_length_here = wpabuf_put(buf, 0);
778 if (body_start && put_length_here) {
782 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c309 char *put_length_here; local
384 put_length_here = wpabuf_put(buf, 0);
406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
691 char *put_length_here = NULL; local
736 put_length_here = wpabuf_put(buf, 0);
778 if (body_start && put_length_here) {
782 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));

Completed in 195 milliseconds