Searched refs:MAX_AP_CONN (Results 1 – 5 of 5) sorted by relevance
94 hotspotConfig.SetMaxConn(MAX_AP_CONN); in ParseSoftap()
36 constexpr int MAX_AP_CONN = 32; variable
148 cfg.SetMaxConn(MAX_AP_CONN + 1); in IsValidHotspotConfigFuzzTest()
898 if (cfg.GetMaxConn() <= 0 || cfg.GetMaxConn() > MAX_AP_CONN) { in IsValidHotspotConfig()
62 mApMaxConnNum(MAX_AP_CONN), in WifiSettings()