luci-0.8: update wireless schema
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / wireless
index 6a701e6..25260f4 100644 (file)
@@ -278,7 +278,7 @@ config variable
 config variable
        option name 'doth'
        option section 'wireless.wifi-iface'
-       option title '802.11h (atheros)'
+       option title '802.11h (atheros, broadcom)'
        option datatype boolean
 
 config variable
@@ -393,7 +393,7 @@ config variable
 config variable
        option name 'wmm'
        option section 'wireless.wifi-iface'
-       option title 'WMM Mode (atheros)'
+       option title 'WMM Mode (atheros, broadcom)'
        option datatype boolean
 
 config variable
@@ -437,6 +437,16 @@ config enum
 
 config enum
        option variable 'wireless.wifi-iface.encryption'
+       option value 'psk+psk2'
+       option title 'WPA-PSK/WPA2-PSK Mixed Mode (nas)'
+
+config enum
+       option variable 'wireless.wifi-iface.encryption'
+       option value 'mixed'
+       option title 'WPA-PSK/WPA2-PSK Mixed Mode (hostapd)'
+
+config enum
+       option variable 'wireless.wifi-iface.encryption'
        option value 'wpa'
        option title 'WPA-EAP'