Searched refs:put_length_here (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_web.c | 307 char *put_length_here; in web_connection_parse_get() local 384 put_length_here = wpabuf_put(buf, 0); in web_connection_parse_get() 406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get() 763 char *put_length_here = NULL; in web_connection_send_reply() local 808 put_length_here = wpabuf_put(buf, 0); in web_connection_send_reply() 850 if (body_start && put_length_here) { in web_connection_send_reply() 854 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_web.c | 307 char *put_length_here; in web_connection_parse_get() local 384 put_length_here = wpabuf_put(buf, 0); in web_connection_parse_get() 406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get() 763 char *put_length_here = NULL; in web_connection_send_reply() local 808 put_length_here = wpabuf_put(buf, 0); in web_connection_send_reply() 850 if (body_start && put_length_here) { in web_connection_send_reply() 854 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()
|