mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Unify all code for generating random data into functions in utils
This commit is contained in:
@@ -27,6 +27,10 @@ namespace nearby {
|
||||
namespace linux {
|
||||
|
||||
std::optional<Uuid> UuidFromString(const std::string &uuid_str);
|
||||
std::optional<std::string> NewUuidStr();
|
||||
|
||||
std::string RandSSID();
|
||||
std::string RandWPAPassphrase();
|
||||
|
||||
} // namespace linux
|
||||
} // namespace nearby
|
||||
|
||||
Reference in New Issue
Block a user