Searched refs:NL80211_PKTPAT_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | nl80211.h | 5518 NL80211_PKTPAT_MASK, enumerator 5548 #define NL80211_WOWLAN_PKTPAT_MASK NL80211_PKTPAT_MASK
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 980 [NL80211_PKTPAT_MASK] = { .type = NLA_BINARY, }, 13237 if (nla_put(msg, NL80211_PKTPAT_MASK, DIV_ROUND_UP(pat_len, 8), in nl80211_send_wowlan_patterns() 13751 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_set_wowlan() 13756 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_set_wowlan() 13777 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_set_wowlan() 13882 if (nla_put(msg, NL80211_PKTPAT_MASK, in nl80211_send_coalesce_rules() 14002 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_parse_coalesce_rule() 14007 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_parse_coalesce_rule() 14026 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_parse_coalesce_rule()
|