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
@@ -43,7 +43,7 @@ TEST(UtilsTests, GenNewUuid) {
TEST(UtilsTests, GenRandSSID) {
std::string ssid = RandSSID();
EXPECT_EQ(ssid.length(), 32);
EXPECT_EQ(ssid.length(), 31);
EXPECT_EQ(ssid.find("DIRECT-"), 0);
}