Home
last modified time | relevance | path

Searched refs:nl_cmds (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/ieee802154/
Dnl802154.c457 struct nlattr *nl_cmds; in nl802154_send_wpan_phy() local
518 nl_cmds = nla_nest_start(msg, NL802154_ATTR_SUPPORTED_COMMANDS); in nl802154_send_wpan_phy()
519 if (!nl_cmds) in nl802154_send_wpan_phy()
553 nla_nest_end(msg, nl_cmds); in nl802154_send_wpan_phy()
/linux-4.4.14/net/wireless/
Dnl80211.c1267 struct nlattr *nl_cmds; in nl80211_send_wiphy() local
1474 nl_cmds = nla_nest_start(msg, NL80211_ATTR_SUPPORTED_COMMANDS); in nl80211_send_wiphy()
1475 if (!nl_cmds) in nl80211_send_wiphy()
1565 nla_nest_end(msg, nl_cmds); in nl80211_send_wiphy()