Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[schema] Added enum_titles in encryption protocols
  • Loading branch information
nemesisdesign committed Apr 1, 2016
1 parent 8226011 commit b218f7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions netjsonconfig/schema.py
Expand Up @@ -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",
Expand Down

0 comments on commit b218f7d

Please sign in to comment.