Lines Matching refs:nl_freq
1266 struct nlattr *nl_freqs, *nl_freq; in nl80211_send_wiphy() local
1430 nl_freq = nla_nest_start(msg, i); in nl80211_send_wiphy()
1431 if (!nl_freq) in nl80211_send_wiphy()
1441 nla_nest_end(msg, nl_freq); in nl80211_send_wiphy()
12099 struct nlattr *nl_freq; in nl80211_send_beacon_hint_event() local
12119 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_BEFORE); in nl80211_send_beacon_hint_event()
12120 if (!nl_freq) in nl80211_send_beacon_hint_event()
12124 nla_nest_end(msg, nl_freq); in nl80211_send_beacon_hint_event()
12127 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_AFTER); in nl80211_send_beacon_hint_event()
12128 if (!nl_freq) in nl80211_send_beacon_hint_event()
12132 nla_nest_end(msg, nl_freq); in nl80211_send_beacon_hint_event()