hostapd: bump to 2024-03-09
[openwrt/staging/xback.git] / package / network / services / hostapd / src / src / ap / ubus.c
index 66eba99901726854b71b99ae1e0421ef430db868..8689494bcff3e515c325a02b90cfe6913a35936c 100644 (file)
@@ -774,7 +774,8 @@ hostapd_switch_chan(struct ubus_context *ctx, struct ubus_object *obj,
                                mode ? &mode->he_capab[IEEE80211_MODE_AP] :
                                NULL,
                                mode ? &mode->eht_capab[IEEE80211_MODE_AP] :
-                               NULL);
+                               NULL,
+                               hostapd_get_punct_bitmap(hapd));
 
        for (i = 0; i < hapd->iface->num_bss; i++) {
                struct hostapd_data *bss = hapd->iface->bss[i];