Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[schema] Added enum_titles in encryption protocols
- Loading branch information
Showing
with
14 additions
and
0 deletions.
-
+14
−0
netjsonconfig/schema.py
|
@@ -391,6 +391,20 @@ |
|
|
"wps" |
|
|
], |
|
|
"propertyOrder": 1, |
|
|
"options": { |
|
|
"enum_titles": [ |
|
|
"No encryption", |
|
|
"WEP Open System", |
|
|
"WEP Shared Key", |
|
|
"WPA Personal", |
|
|
"WPA2 Personal", |
|
|
"WPA Mixed Mode", |
|
|
"WPA Enterprise", |
|
|
"WPA2 Enterprise", |
|
|
"WPA Enterprise Mixed Mode", |
|
|
"WPS (Wireless Protected Setup)" |
|
|
] |
|
|
} |
|
|
}, |
|
|
"disabled": { |
|
|
"type": "boolean", |
|
|