aboutsummaryrefslogtreecommitdiff
path: root/hostapd/config_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostapd/config_file.c')
-rw-r--r--hostapd/config_file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hostapd/config_file.c b/hostapd/config_file.c
index cc1855dc..1d8c0397 100644
--- a/hostapd/config_file.c
+++ b/hostapd/config_file.c
@@ -4215,8 +4215,6 @@ static int hostapd_config_fill(struct hostapd_config *conf,
bss->no_beacon_rsnxe = atoi(pos);
} else if (os_strcmp(buf, "skip_prune_assoc") == 0) {
bss->skip_prune_assoc = atoi(pos);
- } else if (os_strcmp(buf, "ft_rsnxe_used") == 0) {
- bss->ft_rsnxe_used = atoi(pos);
#endif /* CONFIG_TESTING_OPTIONS */
#ifdef CONFIG_SAE
} else if (os_strcmp(buf, "sae_password") == 0) {