mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-29 18:02:27 +00:00
fix: Sync schema.
https://telecominfraproject.atlassian.net/browse/WIFI-15016 Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
This commit is contained in:
@@ -276,7 +276,8 @@ static std::string DefaultAPSchema = R"foo(
|
|||||||
"sae-mixed",
|
"sae-mixed",
|
||||||
"wpa3",
|
"wpa3",
|
||||||
"wpa3-192",
|
"wpa3-192",
|
||||||
"wpa3-mixed"
|
"wpa3-mixed",
|
||||||
|
"mpsk-radius"
|
||||||
],
|
],
|
||||||
"examples": [
|
"examples": [
|
||||||
"psk2"
|
"psk2"
|
||||||
@@ -2419,6 +2420,11 @@ static std::string DefaultAPSchema = R"foo(
|
|||||||
"encryption": {
|
"encryption": {
|
||||||
"$ref": "#/$defs/interface.ssid.encryption"
|
"$ref": "#/$defs/interface.ssid.encryption"
|
||||||
},
|
},
|
||||||
|
"enhanced-mpsk": {
|
||||||
|
"description": "Optionally disable MPSK",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
"multi-psk": {
|
"multi-psk": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
@@ -4450,7 +4456,8 @@ static std::string DefaultSWITCHSchema = R"foo(
|
|||||||
"sae-mixed",
|
"sae-mixed",
|
||||||
"wpa3",
|
"wpa3",
|
||||||
"wpa3-192",
|
"wpa3-192",
|
||||||
"wpa3-mixed"
|
"wpa3-mixed",
|
||||||
|
"mpsk-radius"
|
||||||
],
|
],
|
||||||
"examples": [
|
"examples": [
|
||||||
"psk2"
|
"psk2"
|
||||||
@@ -6633,6 +6640,11 @@ static std::string DefaultSWITCHSchema = R"foo(
|
|||||||
"encryption": {
|
"encryption": {
|
||||||
"$ref": "#/$defs/interface.ssid.encryption"
|
"$ref": "#/$defs/interface.ssid.encryption"
|
||||||
},
|
},
|
||||||
|
"enhanced-mpsk": {
|
||||||
|
"description": "Optionally disable MPSK",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
"multi-psk": {
|
"multi-psk": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user