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.c306 char *put_length_here; local
383 put_length_here = wpabuf_put(buf, 0);
405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
693 char *put_length_here = NULL; local
738 put_length_here = wpabuf_put(buf, 0);
780 if (body_start && put_length_here) {
784 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c306 char *put_length_here; local
383 put_length_here = wpabuf_put(buf, 0);
405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
693 char *put_length_here = NULL; local
738 put_length_here = wpabuf_put(buf, 0);
780 if (body_start && put_length_here) {
784 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c306 char *put_length_here; local
383 put_length_here = wpabuf_put(buf, 0);
405 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
693 char *put_length_here = NULL; local
738 put_length_here = wpabuf_put(buf, 0);
780 if (body_start && put_length_here) {
784 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));

Completed in 99 milliseconds