|
@@ -2524,6 +2524,9 @@ static int hostapd_config_fill(struct hostapd_config *conf,
|
|
|
} else if (os_strcmp(buf, "vht_oper_centr_freq_seg0_idx") == 0)
|
|
|
{
|
|
|
conf->vht_oper_centr_freq_seg0_idx = atoi(pos);
|
|
|
+ } else if (os_strcmp(buf, "vht_oper_centr_freq_seg1_idx") == 0)
|
|
|
+ {
|
|
|
+ conf->vht_oper_centr_freq_seg1_idx = atoi(pos);
|
|
|
#endif /* CONFIG_IEEE80211AC */
|
|
|
} else if (os_strcmp(buf, "max_listen_interval") == 0) {
|
|
|
bss->max_listen_interval = atoi(pos);
|