added BUILD for nearby sharing client and fixed Wifi DIrect issues.

This commit is contained in:
kidfromjupiter
2026-02-01 06:03:04 +00:00
parent 0b2a8eca1e
commit d0c406dd7a
5 changed files with 63 additions and 41 deletions
@@ -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() {