Home
last modified time | relevance | path

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

/Linux-v5.4/net/ieee802154/
Dnl802154.c356 struct nlattr *nl_caps, *nl_channels; in nl802154_put_capabilities() local
363 nl_channels = nla_nest_start_noflag(msg, NL802154_CAP_ATTR_CHANNELS); in nl802154_put_capabilities()
364 if (!nl_channels) in nl802154_put_capabilities()
374 nla_nest_end(msg, nl_channels); in nl802154_put_capabilities()