mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
added BUILD for nearby sharing client and fixed Wifi DIrect issues.
This commit is contained in:
@@ -86,7 +86,7 @@ std::string RandSSID() {
|
||||
"abcdefghijklmnopqrstuvwxyz"
|
||||
"0123456789";
|
||||
|
||||
return absl::StrCat("DIRECT-", RandString(allowed_chars, 25));
|
||||
return absl::StrCat("DIRECT-", RandString(allowed_chars, 24));
|
||||
}
|
||||
|
||||
std::string RandWPAPassphrase() {
|
||||
|
||||
Reference in New Issue
Block a user