Home
last modified time | relevance | path

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

/openbmc/linux/net/ieee802154/
H A Dnl802154.c455 struct nlattr *nl_cmds; in nl802154_send_wpan_phy() local
516 nl_cmds = nla_nest_start_noflag(msg, NL802154_ATTR_SUPPORTED_COMMANDS); in nl802154_send_wpan_phy()
517 if (!nl_cmds) in nl802154_send_wpan_phy()
551 nla_nest_end(msg, nl_cmds); in nl802154_send_wpan_phy()
/openbmc/linux/net/wireless/
H A Dnl80211.c2404 struct nlattr *nl_cmds; in nl80211_send_wiphy() local
2621 nl_cmds = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2623 if (!nl_cmds) in nl80211_send_wiphy()
2646 nla_nest_end(msg, nl_cmds); in nl80211_send_wiphy()