mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Set sae as default encryption for new SetSSID additions
This commit is contained in:
parent
f6aa50879f
commit
0ca29497ae
1 changed files with 2 additions and 0 deletions
|
|
@ -3110,6 +3110,8 @@ static int operate_WiFiDataElementsNetwork_SetSSID(char *refparam, struct dmctx
|
|||
dmuci_rename_section_by_section(s, sec_name);
|
||||
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, "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