Lines Matching refs:nla_nest_start_noflag
304 struct nlattr *nl_flags = nla_nest_start_noflag(msg, attr); in nl802154_put_flags()
330 nl_page = nla_nest_start_noflag(msg, NL802154_ATTR_CHANNELS_SUPPORTED); in nl802154_send_wpan_phy_channels()
352 nl_caps = nla_nest_start_noflag(msg, NL802154_ATTR_WPAN_PHY_CAPS); in nl802154_put_capabilities()
356 nl_channels = nla_nest_start_noflag(msg, NL802154_CAP_ATTR_CHANNELS); in nl802154_put_capabilities()
372 nl_ed_lvls = nla_nest_start_noflag(msg, in nl802154_put_capabilities()
388 nl_tx_pwrs = nla_nest_start_noflag(msg, in nl802154_put_capabilities()
497 nl_cmds = nla_nest_start_noflag(msg, NL802154_ATTR_SUPPORTED_COMMANDS); in nl802154_send_wpan_phy()
679 nl_dev_addr = nla_nest_start_noflag(msg, in ieee802154_llsec_send_key_id()
755 nl_key_id = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_OUT_KEY_ID); in nl802154_get_llsec_params()
1449 nl_key = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_KEY); in nl802154_send_key()
1453 nl_key_id = nla_nest_start_noflag(msg, NL802154_KEY_ATTR_ID); in nl802154_send_key()
1642 nl_device = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_DEVICE); in nl802154_send_device()
1820 nl_devkey = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_DEVKEY); in nl802154_send_devkey()
1830 nl_key_id = nla_nest_start_noflag(msg, NL802154_DEVKEY_ATTR_ID); in nl802154_send_devkey()
1996 nl_seclevel = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_LEVEL); in nl802154_send_seclevel()