#include <senf/Ext/NetEmu/WLAN/nl80211-new.h>
Public Attributes | |
__u32 | max_rules |
struct nl80211_pattern_support | pat |
__u32 | max_delay |
struct nl80211_coalesce_rule_support - coalesce rule support information : maximum number of rules supported : packet pattern support information : maximum supported coalescing delay in msecs
This struct is carried in NL80211_ATTR_COALESCE_RULE in the capability information given by the kernel to userspace.
Definition at line 4216 of file nl80211-new.h.
__u32 nl80211_coalesce_rule_support::max_delay |
Definition at line 4219 of file nl80211-new.h.
__u32 nl80211_coalesce_rule_support::max_rules |
Definition at line 4217 of file nl80211-new.h.
struct nl80211_pattern_support nl80211_coalesce_rule_support::pat |
Definition at line 4218 of file nl80211-new.h.