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()
170 const struct wpabuf *tlvs) in p2p_build_sd_response() argument
177 100 + (tlvs ? wpabuf_len(tlvs) : 0)); in p2p_build_sd_response()
181 if (tlvs) { in p2p_build_sd_response()
188 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_response()
253 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs); in p2p_start_sd()
904 const struct wpabuf *tlvs) in p2p_sd_request() argument
930 q->tlvs = wpabuf_dup(tlvs); in p2p_sd_request()
931 if (q->tlvs == NULL) { in p2p_sd_request()
952 const struct wpabuf *tlvs) in p2p_sd_request_wfd() argument
955 q = p2p_sd_request(p2p, dst, tlvs); in p2p_sd_request_wfd()