DPP: Fix configuration item list
This was supposed to use semicolons, not commas.. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
43fbb8db5b
commit
44d6b272cf
1 changed files with 5 additions and 5 deletions
|
@ -850,11 +850,11 @@ static void wpa_config_write_network(FILE *f, struct wpa_ssid *ssid)
|
|||
INT(group_rekey);
|
||||
INT(ignore_broadcast_ssid);
|
||||
#ifdef CONFIG_DPP
|
||||
STR(dpp_connector),
|
||||
STR(dpp_netaccesskey),
|
||||
INT(dpp_netaccesskey_expiry),
|
||||
STR(dpp_csign),
|
||||
INT(dpp_csign_expiry),
|
||||
STR(dpp_connector);
|
||||
STR(dpp_netaccesskey);
|
||||
INT(dpp_netaccesskey_expiry);
|
||||
STR(dpp_csign);
|
||||
INT(dpp_csign_expiry);
|
||||
#endif /* CONFIG_DPP */
|
||||
#ifdef CONFIG_HT_OVERRIDES
|
||||
INT_DEF(disable_ht, DEFAULT_DISABLE_HT);
|
||||
|
|
Loading…
Reference in a new issue