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

/external/iw/
H A Devent.c585 if (tb[NL80211_ATTR_RADAR_EVENT]) {
586 switch (nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT])) {
H A Dnl80211.h723 * %NL80211_ATTR_RADAR_EVENT is used to inform about the type of the
1588 * @NL80211_ATTR_RADAR_EVENT: Type of radar event for notification to userspace,
2043 NL80211_ATTR_RADAR_EVENT, enumerator in enum:nl80211_attrs
4472 * Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace
/external/libnl/python/examples/
H A Dnl80211.py283 NL80211_ATTR_RADAR_EVENT = 168 variable
1024 NL80211_ATTR_RADAR_EVENT: "NL80211_ATTR_RADAR_EVENT",
/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h761 * %NL80211_ATTR_RADAR_EVENT is used to inform about the type of the
1701 * @NL80211_ATTR_RADAR_EVENT: Type of radar event for notification to userspace,
2264 NL80211_ATTR_RADAR_EVENT, enumerator in enum:nl80211_attrs
4826 * Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h761 * %NL80211_ATTR_RADAR_EVENT is used to inform about the type of the
1701 * @NL80211_ATTR_RADAR_EVENT: Type of radar event for notification to userspace,
2284 NL80211_ATTR_RADAR_EVENT, enumerator in enum:nl80211_attrs
4885 * Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace
H A Ddriver_nl80211_event.c1516 if (!tb[NL80211_ATTR_WIPHY_FREQ] || !tb[NL80211_ATTR_RADAR_EVENT])
1521 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h761 * %NL80211_ATTR_RADAR_EVENT is used to inform about the type of the
1701 * @NL80211_ATTR_RADAR_EVENT: Type of radar event for notification to userspace,
2284 NL80211_ATTR_RADAR_EVENT, enumerator in enum:nl80211_attrs
4885 * Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace
H A Ddriver_nl80211_event.c1516 if (!tb[NL80211_ATTR_WIPHY_FREQ] || !tb[NL80211_ATTR_RADAR_EVENT])
1521 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h761 * %NL80211_ATTR_RADAR_EVENT is used to inform about the type of the
1701 * @NL80211_ATTR_RADAR_EVENT: Type of radar event for notification to userspace,
2284 NL80211_ATTR_RADAR_EVENT, enumerator in enum:nl80211_attrs
4885 * Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace
H A Ddriver_nl80211_event.c1516 if (!tb[NL80211_ATTR_WIPHY_FREQ] || !tb[NL80211_ATTR_RADAR_EVENT])
1521 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);

Completed in 187 milliseconds