|
@@ -1673,6 +1673,8 @@ struct hostapd_config * hostapd_config_read(const char *fname)
|
|
|
}
|
|
|
} else if (os_strcmp(buf, "pmk_r1_push") == 0) {
|
|
|
bss->pmk_r1_push = atoi(pos);
|
|
|
+ } else if (os_strcmp(buf, "ft_over_ds") == 0) {
|
|
|
+ bss->ft_over_ds = atoi(pos);
|
|
|
#endif /* CONFIG_IEEE80211R */
|
|
|
#ifndef CONFIG_NO_CTRL_IFACE
|
|
|
} else if (os_strcmp(buf, "ctrl_interface") == 0) {
|