Lines Matching refs:tlvs
152 wpabuf_free(q->tlvs); in p2p_free_sd_query()
172 struct wpabuf *tlvs) in p2p_build_sd_query() argument
177 buf = gas_anqp_build_initial_req(0, 100 + wpabuf_len(tlvs)); in p2p_build_sd_query()
185 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_query()
215 const struct wpabuf *tlvs) in p2p_build_sd_response() argument
222 100 + (tlvs ? wpabuf_len(tlvs) : 0)); in p2p_build_sd_response()
226 if (tlvs) { in p2p_build_sd_response()
232 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_response()
295 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs); in p2p_start_sd()
849 const struct wpabuf *tlvs) in p2p_sd_request() argument
862 q->tlvs = wpabuf_dup(tlvs); in p2p_sd_request()
863 if (q->tlvs == NULL) { in p2p_sd_request()
892 const struct wpabuf *tlvs) in p2p_sd_request_wfd() argument
895 q = p2p_sd_request(p2p, dst, tlvs); in p2p_sd_request_wfd()