Searched refs:len_ptr (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/wps/ |
D | wps_er.c | 898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() argument 927 *len_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 951 char *len_ptr, char *body_ptr) in wps_er_soap_end() argument 958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); 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 …]
|
/hostap-latest/src/pasn/ |
D | pasn_responder.c | 178 u8 *len_ptr; in pasn_get_sae_wd() local 189 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd() 197 WPA_PUT_LE16(len_ptr, len - 2); in pasn_get_sae_wd() 200 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd() 206 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2); in pasn_get_sae_wd()
|
/hostap-latest/src/common/ |
D | ieee802_11_common.c | 2694 u8 *len_ptr; in add_multi_ap_ie() local 2700 len_ptr = pos; /* Length field to be set at the end */ in add_multi_ap_ie() 2735 *len_ptr = pos - len_ptr - 1; in add_multi_ap_ie()
|