The initial commit used srp instead of spr for the spatial reuse configuration prefix. Signed-off-by: Shashidhar Lakkavalli <slakkavalli@xxxxxxxxx> Signed-off-by: John Crispin <john@xxxxxxxxxxx> --- hostapd/config_file.c | 8 ++++---- hostapd/hostapd.conf | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hostapd/config_file.c b/hostapd/config_file.c index dce65570c..71f1efb60 100644 --- a/hostapd/config_file.c +++ b/hostapd/config_file.c @@ -3556,13 +3556,13 @@ static int hostapd_config_fill(struct hostapd_config *conf, } else if (os_strcmp(buf, "he_mu_edca_ac_vo_timer") == 0) { conf->he_mu_edca.he_mu_ac_vo_param[HE_MU_AC_PARAM_TIMER_IDX] = atoi(pos) & 0xff; - } else if (os_strcmp(buf, "he_srp_sr_control") == 0) { + } else if (os_strcmp(buf, "he_spr_sr_control") == 0) { conf->spr.sr_control = atoi(pos) & 0xff; - } else if (os_strcmp(buf, "he_srp_non_srg_obss_pd_max_offset") == 0) { + } else if (os_strcmp(buf, "he_spr_non_srg_obss_pd_max_offset") == 0) { conf->spr.non_srg_obss_pd_max_offset = atoi(pos); - } else if (os_strcmp(buf, "he_srp_srg_obss_pd_min_offset") == 0) { + } else if (os_strcmp(buf, "he_spr_srg_obss_pd_min_offset") == 0) { conf->spr.srg_obss_pd_min_offset = atoi(pos); - } else if (os_strcmp(buf, "he_srp_srg_obss_pd_max_offset") == 0) { + } else if (os_strcmp(buf, "he_spr_srg_obss_pd_max_offset") == 0) { conf->spr.srg_obss_pd_max_offset = atoi(pos); #endif /* CONFIG_IEEE80211AX */ } else if (os_strcmp(buf, "max_listen_interval") == 0) { diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 2087b5233..f21ae4ce6 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -826,10 +826,10 @@ wmm_ac_vo_acm=0 #he_mu_edca_ac_vo_timer=255 # Spatial Reuse Parameter Set -#he_srp_sr_control -#he_srp_non_srg_obss_pd_max_offset -#he_srp_srg_obss_pd_min_offset -#he_srp_srg_obss_pd_max_offset +#he_spr_sr_control +#he_spr_non_srg_obss_pd_max_offset +#he_spr_srg_obss_pd_min_offset +#he_spr_srg_obss_pd_max_offset ##### IEEE 802.1X-2004 related configuration ################################## -- 2.11.0 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap