Searched refs:NL80211_PKTPAT_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | nl80211.h | 6177 NL80211_PKTPAT_MASK, enumerator 6207 #define NL80211_WOWLAN_PKTPAT_MASK NL80211_PKTPAT_MASK
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 1247 [NL80211_PKTPAT_MASK] = { .type = NLA_BINARY, }, 15433 if (nla_put(msg, NL80211_PKTPAT_MASK, DIV_ROUND_UP(pat_len, 8), in nl80211_send_wowlan_patterns() 15943 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_set_wowlan() 15948 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_set_wowlan() 15967 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_set_wowlan() 16072 if (nla_put(msg, NL80211_PKTPAT_MASK, in nl80211_send_coalesce_rules() 16188 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_parse_coalesce_rule() 16193 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_parse_coalesce_rule() 16210 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_parse_coalesce_rule()
|