Searched refs:nl_freq (Results 1 – 1 of 1) sorted by relevance
2403 struct nlattr *nl_freqs, *nl_freq; in nl80211_send_wiphy() local2575 nl_freq = nla_nest_start_noflag(msg, in nl80211_send_wiphy()2577 if (!nl_freq) in nl80211_send_wiphy()2587 nla_nest_end(msg, nl_freq); in nl80211_send_wiphy()18567 struct nlattr *nl_freq; in nl80211_send_beacon_hint_event() local18587 nl_freq = nla_nest_start_noflag(msg, NL80211_ATTR_FREQ_BEFORE); in nl80211_send_beacon_hint_event()18588 if (!nl_freq) in nl80211_send_beacon_hint_event()18593 nla_nest_end(msg, nl_freq); in nl80211_send_beacon_hint_event()18596 nl_freq = nla_nest_start_noflag(msg, NL80211_ATTR_FREQ_AFTER); in nl80211_send_beacon_hint_event()18597 if (!nl_freq) in nl80211_send_beacon_hint_event()[all …]