Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:tlvs

2768 	struct wpabuf *tlvs;
2798 tlvs = wpabuf_alloc(len);
2799 if (tlvs == NULL)
2801 if (hexstr2bin(pos, wpabuf_put(tlvs, len), len) < 0) {
2802 wpabuf_free(tlvs);
2806 ref = wpas_p2p_sd_request(wpa_s, dst, tlvs);
2807 wpabuf_free(tlvs);