Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.h172 HWSIM_ATTR_RADIO_ID, enumerator
H A Dmac80211_hwsim.c884 [HWSIM_ATTR_RADIO_ID] = { .type = NLA_U32 },
3919 ret = nla_put_u32(skb, HWSIM_ATTR_RADIO_ID, id); in append_radio_msg()
5383 ret = nla_put_u32(skb, HWSIM_ATTR_RADIO_ID, id); in hwsim_mcast_del_radio()
5997 if (info->attrs[HWSIM_ATTR_RADIO_ID]) { in hwsim_del_radio_nl()
5998 idx = nla_get_u32(info->attrs[HWSIM_ATTR_RADIO_ID]); in hwsim_del_radio_nl()
6044 if (!info->attrs[HWSIM_ATTR_RADIO_ID]) in hwsim_get_radio_nl()
6046 idx = nla_get_u32(info->attrs[HWSIM_ATTR_RADIO_ID]); in hwsim_get_radio_nl()