Searched refs:body_ptr (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.c | 899 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() argument 935 *body_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 952 char *len_ptr, char *body_ptr) in wps_er_soap_end() argument 958 (int) ((char *) wpabuf_put(buf, 0) - body_ptr)); in wps_er_soap_end() 966 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local 991 &len_ptr, &body_ptr); in wps_er_sta_send_msg() 1001 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr); in wps_er_sta_send_msg() 1424 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local 1452 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg() 1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr); in wps_er_send_set_sel_reg() [all …]
|