Searched refs:nl_ifs (Results 1 – 1 of 1) sorted by relevance
942 struct nlattr *nl_ftypes, *nl_ifs; in nl80211_send_wiphy() local945 nl_ifs = nla_nest_start(msg, NL80211_ATTR_TX_FRAME_TYPES); in nl80211_send_wiphy()946 if (!nl_ifs) in nl80211_send_wiphy()965 nla_nest_end(msg, nl_ifs); in nl80211_send_wiphy()967 nl_ifs = nla_nest_start(msg, NL80211_ATTR_RX_FRAME_TYPES); in nl80211_send_wiphy()968 if (!nl_ifs) in nl80211_send_wiphy()986 nla_nest_end(msg, nl_ifs); in nl80211_send_wiphy()