Home | History | Annotate | Download | only in wps

Lines Matching full:plain

360 	struct wpabuf *plain;
362 plain = wpabuf_alloc(500);
363 if (plain == NULL) {
373 if (wps_build_cred(&data, plain) ||
374 (rf_band && wps_build_rf_bands_attr(plain, rf_band)) ||
375 (channel && wps_build_ap_channel(plain, channel)) ||
376 wps_build_mac_addr(plain, wps->dev.mac_addr) ||
377 wps_build_wfa_ext(plain, 0, NULL, 0)) {
379 wpabuf_clear_free(plain);
408 return plain;