mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Updated default encryption of SetSSID to sae-mixed
This commit is contained in:
parent
0ca29497ae
commit
57a3aedb8f
1 changed files with 1 additions and 1 deletions
|
|
@ -3111,7 +3111,7 @@ static int operate_WiFiDataElementsNetwork_SetSSID(char *refparam, struct dmctx
|
|||
dmuci_set_value_by_section(s, "ssid", ssid);
|
||||
dmuci_set_value_by_section(s, "key", key);
|
||||
// TR181-2.16 does not have option to configure encryption mode, so use the sae as default encryption
|
||||
dmuci_set_value_by_section(s, "encryption", "sae");
|
||||
dmuci_set_value_by_section(s, "encryption", "sae-mixed");
|
||||
dmuci_set_value_by_section(s, "type", "fronthaul");
|
||||
dmuci_set_value_by_section(s, "band", (*pch == '2') ? "2" : pch);
|
||||
dmuci_set_value_by_section(s, "enabled", "1");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue