Lines Matching refs:uuid
656 char *uuid = cmd, *pin, *pos;
658 pin = os_strchr(uuid, ' ');
668 return wpas_wps_er_add_pin(wpa_s, addr, uuid, pin);
675 char *uuid = cmd, *pin;
676 pin = os_strchr(uuid, ' ');
680 return wpas_wps_er_learn(wpa_s, uuid, pin);
687 char *uuid = cmd, *id;
688 id = os_strchr(uuid, ' ');
692 return wpas_wps_er_set_config(wpa_s, uuid, atoi(id));
3697 os_memcpy(reply, "FAIL-UNKNOWN-UUID\n", 18);