Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:uuid

830 	char *uuid = cmd, *pin, *pos;
832 pin = os_strchr(uuid, ' ');
842 return wpas_wps_er_add_pin(wpa_s, addr, uuid, pin);
849 char *uuid = cmd, *pin;
850 pin = os_strchr(uuid, ' ');
854 return wpas_wps_er_learn(wpa_s, uuid, pin);
861 char *uuid = cmd, *id;
862 id = os_strchr(uuid, ' ');
866 return wpas_wps_er_set_config(wpa_s, uuid, atoi(id));
921 char *uuid;
923 uuid = os_strchr(cmd, ' ');
924 if (uuid == NULL)
926 *uuid++ = '\0';
935 buf = wpas_wps_er_nfc_config_token(wpa_s, ndef, uuid);
4561 os_memcpy(reply, "FAIL-UNKNOWN-UUID\n", 18);