This behavior is not described in the Wi-Fi Aware specification, so
remove it and instead, expect services to terminate USD explicitly when
no further Follow-up messages are needed.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
return false;
if (!srv->publish.fsd)
return true;
- if (os_reltime_expired(now, &srv->last_multicast, 1))
- return true;
}
if (srv->type == NAN_DE_SUBSCRIBE) {
return false;
if (!srv->needs_fsd)
return true;
- if (os_reltime_expired(now, &srv->first_discovered, 1))
- return true;
}
return false;