Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/
Dmac80211_hwsim.h162 HWSIM_ATTR_REG_CUSTOM_REG, enumerator
Dmac80211_hwsim.c778 [HWSIM_ATTR_REG_CUSTOM_REG] = { .type = NLA_U32 },
3230 ret = nla_put_u32(skb, HWSIM_ATTR_REG_CUSTOM_REG, i); in append_radio_msg()
5087 if (info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]) { in hwsim_new_radio_nl()
5088 u32 idx = nla_get_u32(info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]); in hwsim_new_radio_nl()