Searched refs:NL80211_PKTPAT_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | nl80211.h | 5712 NL80211_PKTPAT_MASK, enumerator 5742 #define NL80211_WOWLAN_PKTPAT_MASK NL80211_PKTPAT_MASK
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 998 [NL80211_PKTPAT_MASK] = { .type = NLA_BINARY, }, 13399 if (nla_put(msg, NL80211_PKTPAT_MASK, DIV_ROUND_UP(pat_len, 8), in nl80211_send_wowlan_patterns() 13910 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_set_wowlan() 13915 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_set_wowlan() 13934 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_set_wowlan() 14039 if (nla_put(msg, NL80211_PKTPAT_MASK, in nl80211_send_coalesce_rules() 14156 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_parse_coalesce_rule() 14161 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_parse_coalesce_rule() 14178 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_parse_coalesce_rule()
|