Home | History | Annotate | Download | only in p2p

Lines Matching refs:wps_vendor_ext

835 		wpabuf_free(dev->info.wps_vendor_ext[i]);
836 dev->info.wps_vendor_ext[i] = NULL;
840 if (msg.wps_vendor_ext[i] == NULL)
842 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
843 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
844 if (dev->info.wps_vendor_ext[i] == NULL)
933 wpabuf_free(dev->info.wps_vendor_ext[i]);
934 dev->info.wps_vendor_ext[i] = NULL;
3128 wpabuf_free(p2p->wps_vendor_ext[i]);
3129 p2p->wps_vendor_ext[i] = NULL;
3143 if (p2p->wps_vendor_ext[i] == NULL)
3149 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext);
3150 if (p2p->wps_vendor_ext[i] == NULL)