Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.h174 HWSIM_ATTR_REG_CUSTOM_REG, enumerator
H A Dmac80211_hwsim.c886 [HWSIM_ATTR_REG_CUSTOM_REG] = { .type = NLA_U32 },
3943 ret = nla_put_u32(skb, HWSIM_ATTR_REG_CUSTOM_REG, i); in append_radio_msg()
5880 if (info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]) { in hwsim_new_radio_nl()
5881 u32 idx = nla_get_u32(info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]); in hwsim_new_radio_nl()