Home | History | Annotate | Download | only in p2p

Lines Matching refs:wps_vendor_ext

693 		wpabuf_free(dev->info.wps_vendor_ext[i]);
694 dev->info.wps_vendor_ext[i] = NULL;
698 if (msg.wps_vendor_ext[i] == NULL)
700 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
701 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
702 if (dev->info.wps_vendor_ext[i] == NULL)
757 wpabuf_free(dev->info.wps_vendor_ext[i]);
758 dev->info.wps_vendor_ext[i] = NULL;
2470 wpabuf_free(p2p->wps_vendor_ext[i]);
2471 p2p->wps_vendor_ext[i] = NULL;
2485 if (p2p->wps_vendor_ext[i] == NULL)
2491 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext);
2492 if (p2p->wps_vendor_ext[i] == NULL)