Home | History | Annotate | Download | only in p2p

Lines Matching refs:tlvs

66 	wpabuf_free(q->tlvs);
85 struct wpabuf *tlvs)
90 buf = gas_anqp_build_initial_req(0, 100 + wpabuf_len(tlvs));
99 wpabuf_put_buf(buf, tlvs);
130 const struct wpabuf *tlvs)
137 100 + (tlvs ? wpabuf_len(tlvs) : 0));
141 if (tlvs) {
148 wpabuf_put_buf(buf, tlvs);
213 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs);
740 * the fragments start with continue TLVs.
841 const struct wpabuf *tlvs)
867 q->tlvs = wpabuf_dup(tlvs);
868 if (q->tlvs == NULL) {