Searched refs:nl_freq (Results 1 – 1 of 1) sorted by relevance
1602 struct nlattr *nl_freqs, *nl_freq; in nl80211_send_wiphy() local1767 nl_freq = nla_nest_start(msg, i); in nl80211_send_wiphy()1768 if (!nl_freq) in nl80211_send_wiphy()1778 nla_nest_end(msg, nl_freq); in nl80211_send_wiphy()14670 struct nlattr *nl_freq; in nl80211_send_beacon_hint_event() local14690 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_BEFORE); in nl80211_send_beacon_hint_event()14691 if (!nl_freq) in nl80211_send_beacon_hint_event()14696 nla_nest_end(msg, nl_freq); in nl80211_send_beacon_hint_event()14699 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_AFTER); in nl80211_send_beacon_hint_event()14700 if (!nl_freq) in nl80211_send_beacon_hint_event()[all …]