Searched refs:nl_freq (Results 1 – 1 of 1) sorted by relevance
1259 struct nlattr *nl_freqs, *nl_freq; in nl80211_send_wiphy() local1417 nl_freq = nla_nest_start(msg, i); in nl80211_send_wiphy()1418 if (!nl_freq) in nl80211_send_wiphy()1428 nla_nest_end(msg, nl_freq); in nl80211_send_wiphy()11715 struct nlattr *nl_freq; in nl80211_send_beacon_hint_event() local11735 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_BEFORE); in nl80211_send_beacon_hint_event()11736 if (!nl_freq) in nl80211_send_beacon_hint_event()11740 nla_nest_end(msg, nl_freq); in nl80211_send_beacon_hint_event()11743 nl_freq = nla_nest_start(msg, NL80211_ATTR_FREQ_AFTER); in nl80211_send_beacon_hint_event()11744 if (!nl_freq) in nl80211_send_beacon_hint_event()[all …]