[wifi] Add basic post-connect roaming support for stationary devices

This commit is contained in:
J. Nick Koston
2026-01-01 17:48:20 -10:00
parent ab17775c3e
commit dd6ed4aea6
+2 -2
View File
@@ -631,8 +631,8 @@ class WiFiComponent : public Component {
#endif
// Post-connect roaming constants
static constexpr uint32_t ROAMING_CHECK_INTERVAL = 90 * 1000; // 90s for testing, 5 min for prod
static constexpr int8_t ROAMING_MIN_IMPROVEMENT = 10; // dB
static constexpr uint32_t ROAMING_CHECK_INTERVAL = 5 * 60 * 1000; // 5 minutes
static constexpr int8_t ROAMING_MIN_IMPROVEMENT = 10; // dB
static constexpr uint8_t ROAMING_MAX_ATTEMPTS = 3;
// Group all 32-bit integers together