mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Store FST parameters to configuration file
This was forgotten when the parameters were added. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
35c78f7b97
commit
54736d8358
@ -1406,6 +1406,13 @@ static void wpa_config_write_global(FILE *f, struct wpa_config *config)
|
||||
|
||||
if (config->osu_dir)
|
||||
fprintf(f, "osu_dir=%s\n", config->osu_dir);
|
||||
|
||||
if (config->fst_group_id)
|
||||
fprintf(f, "fst_group_id=%s\n", config->fst_group_id);
|
||||
if (config->fst_priority)
|
||||
fprintf(f, "fst_priority=%d\n", config->fst_priority);
|
||||
if (config->fst_llt)
|
||||
fprintf(f, "fst_llt=%d\n", config->fst_llt);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_NO_CONFIG_WRITE */
|
||||
|
Loading…
Reference in New Issue
Block a user