Report TX status for DPP messages even if the destination address was
broadcast. This is needed to get appropriate trigger for PKEX retries.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
struct sta_info *sta;
const struct rrm_measurement_report_element *report;
- if (is_multicast_ether_addr(mgmt->da))
- return;
#ifdef CONFIG_DPP
if (len >= IEEE80211_HDRLEN + 6 &&
mgmt->u.action.category == WLAN_ACTION_PUBLIC &&
return;
}
#endif /* CONFIG_DPP */
+ if (is_multicast_ether_addr(mgmt->da))
+ return;
sta = ap_get_sta(hapd, mgmt->da);
if (!sta) {
wpa_printf(MSG_DEBUG, "handle_action_cb: STA " MACSTR