Searched refs:nl_pats (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 11773 struct nlattr *nl_pats, *nl_pat; in nl80211_send_wowlan_patterns() local 11779 nl_pats = nla_nest_start_noflag(msg, NL80211_WOWLAN_TRIG_PKT_PATTERN); in nl80211_send_wowlan_patterns() 11780 if (!nl_pats) in nl80211_send_wowlan_patterns() 11797 nla_nest_end(msg, nl_pats); in nl80211_send_wowlan_patterns() 12396 struct nlattr *nl_pats, *nl_pat, *nl_rule, *nl_rules; in nl80211_send_coalesce_rules() local 12421 nl_pats = nla_nest_start_noflag(msg, in nl80211_send_coalesce_rules() 12423 if (!nl_pats) in nl80211_send_coalesce_rules() 12441 nla_nest_end(msg, nl_pats); in nl80211_send_coalesce_rules()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 13178 struct nlattr *nl_pats, *nl_pat; in nl80211_send_wowlan_patterns() local 13184 nl_pats = nla_nest_start_noflag(msg, NL80211_WOWLAN_TRIG_PKT_PATTERN); in nl80211_send_wowlan_patterns() 13185 if (!nl_pats) in nl80211_send_wowlan_patterns() 13202 nla_nest_end(msg, nl_pats); in nl80211_send_wowlan_patterns() 13803 struct nlattr *nl_pats, *nl_pat, *nl_rule, *nl_rules; in nl80211_send_coalesce_rules() local 13828 nl_pats = nla_nest_start_noflag(msg, in nl80211_send_coalesce_rules() 13830 if (!nl_pats) in nl80211_send_coalesce_rules() 13848 nla_nest_end(msg, nl_pats); in nl80211_send_coalesce_rules()
|
Completed in 37 milliseconds