Home
last modified time | relevance | path

Searched refs:NL80211_PKTPAT_MASK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnl80211.h4491 NL80211_PKTPAT_MASK, enumerator
4521 #define NL80211_WOWLAN_PKTPAT_MASK NL80211_PKTPAT_MASK
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnl80211.h4491 NL80211_PKTPAT_MASK, enumerator
4521 #define NL80211_WOWLAN_PKTPAT_MASK NL80211_PKTPAT_MASK
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnl80211.h5065 NL80211_PKTPAT_MASK, enumerator
5095 #define NL80211_WOWLAN_PKTPAT_MASK NL80211_PKTPAT_MASK
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c880 [NL80211_PKTPAT_MASK] = { .type = NLA_BINARY, },
11791 if (nla_put(msg, NL80211_PKTPAT_MASK, DIV_ROUND_UP(pat_len, 8), in nl80211_send_wowlan_patterns()
12303 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_set_wowlan()
12308 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_set_wowlan()
12329 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_set_wowlan()
12434 if (nla_put(msg, NL80211_PKTPAT_MASK, in nl80211_send_coalesce_rules()
12554 if (!pat_tb[NL80211_PKTPAT_MASK] || in nl80211_parse_coalesce_rule()
12559 if (nla_len(pat_tb[NL80211_PKTPAT_MASK]) != mask_len) in nl80211_parse_coalesce_rule()
12578 memcpy(mask_pat, nla_data(pat_tb[NL80211_PKTPAT_MASK]), in nl80211_parse_coalesce_rule()