diff --git a/hostapd/ctrl_iface.c b/hostapd/ctrl_iface.c index 6e7f4f245..9f745f495 100644 --- a/hostapd/ctrl_iface.c +++ b/hostapd/ctrl_iface.c @@ -2571,6 +2571,7 @@ hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, if (hapd) { if (!fst_iface_detach(ifname)) { hapd->iface->fst = NULL; + hapd->iface->fst_ies = NULL; return 0; } }