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:
parent
876f24556d
commit
db6b669929
2 changed files with 24 additions and 21 deletions
|
|
@ -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\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue