diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 2f8cb086a..fe5084c26 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -7676,7 +7676,7 @@ u8 * hostapd_eid_rnr(struct hostapd_data *hapd, u8 *eid, u32 type) case WLAN_FC_STYPE_ACTION: if (hapd->iface->num_bss > 1 && mode == STANDALONE_6GHZ) - eid = hostapd_eid_rnr_iface(hapd, hapd, eid, + eid = hostapd_eid_rnr_iface(hapd, hapd, eid, ¤t_len, NULL); break;