Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.h167 HWSIM_ATTR_FREQ, enumerator
H A Dmac80211_hwsim.c689 [HWSIM_ATTR_FREQ] = { .type = NLA_U32 },
1256 if (nla_put_u32(skb, HWSIM_ATTR_FREQ, channel->center_freq)) in mac80211_hwsim_tx_frame_nl()
3670 if (info->attrs[HWSIM_ATTR_FREQ]) { in hwsim_cloned_frame_received_nl()
3676 rx_status.freq = nla_get_u32(info->attrs[HWSIM_ATTR_FREQ]); in hwsim_cloned_frame_received_nl()