[RESEND] Update ieee80211ac when channel switching

Peter Huang peterhuang at realtek.com
Wed Aug 25 02:17:41 PDT 2021


>From 2991cf21968b7c712bae5aa8e0c70c772aa57c9f Mon Sep 17 00:00:00 2001
From: peterhuang <peterhuang at realtek.com>
Date: Thu, 19 Aug 2021 19:22:06 +0800
Subject: [PATCH] update ieee80211ac when channel switching

hostap will build wrong beacon_after if it doesn't update ieee80211ac
when channel switching.

Signed-off-by: peterhuang <peterhuang at realtek.com>
---
 src/ap/hostapd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ap/hostapd.c b/src/ap/hostapd.c
index a8f1bf937..4b88641a2 100644
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
@@ -3496,6 +3496,7 @@ static int hostapd_change_config_freq(struct hostapd_data *hapd,
 
 	conf->channel = channel;
 	conf->ieee80211n = params->ht_enabled;
+	conf->ieee80211ac = params->vht_enabled;
 	conf->secondary_channel = params->sec_channel_offset;
 	ieee80211_freq_to_chan(params->center_freq1,
 			       &seg0);
-- 
2.25.1



More information about the Hostap mailing list