Lines Matching refs:tlvs
106 wpabuf_free(q->tlvs); in p2p_free_sd_query()
125 struct wpabuf *tlvs) in p2p_build_sd_query() argument
130 buf = gas_anqp_build_initial_req(0, 100 + wpabuf_len(tlvs)); in p2p_build_sd_query()
139 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_query()
169 const struct wpabuf *tlvs) in p2p_build_sd_response() argument
176 100 + (tlvs ? wpabuf_len(tlvs) : 0)); in p2p_build_sd_response()
180 if (tlvs) { in p2p_build_sd_response()
187 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_response()
250 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs); in p2p_start_sd()
835 const struct wpabuf *tlvs) in p2p_sd_request() argument
861 q->tlvs = wpabuf_dup(tlvs); in p2p_sd_request()
862 if (q->tlvs == NULL) { in p2p_sd_request()
883 const struct wpabuf *tlvs) in p2p_sd_request_wfd() argument
886 q = p2p_sd_request(p2p, dst, tlvs); in p2p_sd_request_wfd()