mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov-ui.git
synced 2025-10-29 17:52:25 +00:00
[WIFI-11751] Fixed max fils-discovery-interval value
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "wlan-cloud-owprov-ui",
|
||||
"version": "2.8.0(20)",
|
||||
"version": "2.8.0(21)",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "wlan-cloud-owprov-ui",
|
||||
"version": "2.8.0(20)",
|
||||
"version": "2.8.0(21)",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^2.0.11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wlan-cloud-owprov-ui",
|
||||
"version": "2.8.0(20)",
|
||||
"version": "2.8.0(21)",
|
||||
"description": "",
|
||||
"main": "index.tsx",
|
||||
"scripts": {
|
||||
|
||||
@@ -405,7 +405,7 @@ export const INTERFACE_SSID_SCHEMA = (t, useDefault = false) => {
|
||||
'maximum-clients': number().required(t('form.required')).moreThan(0).lessThan(65535).integer().default(64),
|
||||
'proxy-arp': bool().default(undefined),
|
||||
'disassoc-low-ack': bool().default(undefined),
|
||||
'fils-discovery-interval': number().integer().moreThan(0).lessThan(10001).default(20),
|
||||
'fils-discovery-interval': number().integer().moreThan(0).lessThan(21).default(20),
|
||||
'vendor-elements': string(),
|
||||
encryption: INTERFACE_SSID_ENCRYPTION_SCHEMA(t, useDefault),
|
||||
'rate-limit': INTERFACE_SSID_RATE_LIMIT_SCHEMA(t),
|
||||
|
||||
Reference in New Issue
Block a user