Searched refs:NL80211_ATTR_RADAR_EVENT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Dnl80211_copy.h840 * %NL80211_ATTR_RADAR_EVENT is used to inform about the type of the
1936 * @NL80211_ATTR_RADAR_EVENT: Type of radar event for notification to userspace,
2623 NL80211_ATTR_RADAR_EVENT, enumerator in enum:nl80211_attrs
5637 * Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace
H A Ddriver_nl80211_event.c1583 if (!tb[NL80211_ATTR_WIPHY_FREQ] || !tb[NL80211_ATTR_RADAR_EVENT])
1588 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);

Completed in 100 milliseconds