Searched refs:nl_freq (Results 1 – 1 of 1) sorted by relevance
3064 struct nlattr *nl_freqs, *nl_freq; in nl80211_send_wiphy() local3236 nl_freq = nla_nest_start_noflag(msg, in nl80211_send_wiphy()3238 if (!nl_freq) in nl80211_send_wiphy()3248 nla_nest_end(msg, nl_freq); in nl80211_send_wiphy()21647 struct nlattr *nl_freq; in nl80211_send_beacon_hint_event() local21667 nl_freq = nla_nest_start_noflag(msg, NL80211_ATTR_FREQ_BEFORE); in nl80211_send_beacon_hint_event()21668 if (!nl_freq) in nl80211_send_beacon_hint_event()21673 nla_nest_end(msg, nl_freq); in nl80211_send_beacon_hint_event()21676 nl_freq = nla_nest_start_noflag(msg, NL80211_ATTR_FREQ_AFTER); in nl80211_send_beacon_hint_event()21677 if (!nl_freq) in nl80211_send_beacon_hint_event()[all …]