Searched refs:body_ptr (Results 1 – 1 of 1) sorted by relevance
/hostap-3.7.0/src/wps/ |
D | wps_er.c | 898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() argument 934 *body_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 951 char *len_ptr, char *body_ptr) in wps_er_soap_end() argument 957 (int) ((char *) wpabuf_put(buf, 0) - body_ptr)); in wps_er_soap_end() 965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local 990 &len_ptr, &body_ptr); in wps_er_sta_send_msg() 1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr); in wps_er_sta_send_msg() 1423 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local 1451 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg() 1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr); in wps_er_send_set_sel_reg() [all …]
|