Home
last modified time | relevance | path

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

/linux-6.6.21/net/ieee802154/
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()
/linux-6.6.21/net/wireless/
Dnl80211.c2400 struct nlattr *nl_cmds; in nl80211_send_wiphy() local
2617 nl_cmds = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2619 if (!nl_cmds) in nl80211_send_wiphy()
2642 nla_nest_end(msg, nl_cmds); in nl80211_send_wiphy()