Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dnl80211.c19768 struct nlattr *nl_results, *nl_match, *nl_freqs; in cfg80211_net_detect_results()
19779 nl_match = nla_nest_start_noflag(msg, i); in cfg80211_net_detect_results()
19780 if (!nl_match) in cfg80211_net_detect_results()
19792 nla_nest_cancel(msg, nl_match); in cfg80211_net_detect_results()
19800 nla_nest_cancel(msg, nl_match); in cfg80211_net_detect_results()
19807 nla_nest_cancel(msg, nl_match); in cfg80211_net_detect_results()
19815 nla_nest_end(msg, nl_match); in cfg80211_net_detect_results()
19763 struct nlattr *nl_results, *nl_match, *nl_freqs; cfg80211_net_detect_results() local