Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.h143 HWSIM_ATTR_REG_CUSTOM_REG, enumerator
Dmac80211_hwsim.c594 [HWSIM_ATTR_REG_CUSTOM_REG] = { .type = NLA_U32 },
2229 ret = nla_put_u32(skb, HWSIM_ATTR_REG_CUSTOM_REG, i); in append_radio_msg()
2909 if (info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]) { in hwsim_new_radio_nl()
2910 u32 idx = nla_get_u32(info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]); in hwsim_new_radio_nl()