Update framework.

This commit is contained in:
stephb9959
2022-01-27 10:00:18 -08:00
parent 0e6ce5d6d9
commit 479e3cc96c
3 changed files with 3 additions and 1 deletions

View File

@@ -1294,7 +1294,7 @@ namespace OpenWifi {
Context->enableSessionCache();
Context->setSessionCacheSize(0);
Context->setSessionTimeout(10);
Context->setSessionTimeout(60);
Context->enableExtendedCertificateVerification(true);
Context->disableStatelessSessionResumption();
}

View File

@@ -90,6 +90,7 @@ namespace OpenWifi::RESTAPI::Protocol {
static const char * LASTONLY = "lastOnly";
static const char * NEWEST = "newest";
static const char * ACTIVESCAN = "activeScan";
static const char * OVERRIDEDFS = "override_dfs";
static const char * LIST = "list";
static const char * TAG = "tag";
static const char * TAGLIST = "tagList";

View File

@@ -38,6 +38,7 @@ namespace OpenWifi::uCentralProtocol {
static const char * LOGLINES = "loglines";
static const char * SEVERITY = "severity";
static const char * ACTIVE = "active";
static const char * OVERRIDEDFS = "override_dfs";
static const char * REBOOT = "reboot";
static const char * WHEN = "when";
static const char * CONFIG = "config";