wificfg: remove the AP WEP mode option

The WEP mode does not appear to be implement in the sdk for the AP mode, and
defaults to open when WEP is requested which is probably not intended. Remove
the WEP option from the wifi config interface.
This commit is contained in:
Our Air Quality 2017-12-11 14:24:43 +11:00
parent 876f24556d
commit db6b669929
2 changed files with 24 additions and 21 deletions

View file

@ -49,8 +49,6 @@
"<dd><select id=\"am\" name=\"ap_authmode\">"
"<option value=\"0\"",
">Open</option>"
"<option value=\"1\"",
">WEP</option>"
"<option value=\"2\"",
">WPA_PSK</option>"
"<option value=\"3\"",