Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnl80211.h3317 NL80211_ATTR_COLOR_CHANGE_COUNT, enumerator
/openbmc/linux/net/wireless/
H A Dnl80211.c798 [NL80211_ATTR_COLOR_CHANGE_COUNT] = { .type = NLA_U8 },
16082 if (!info->attrs[NL80211_ATTR_COLOR_CHANGE_COUNT] || in nl80211_color_change()
16087 params.count = nla_get_u8(info->attrs[NL80211_ATTR_COLOR_CHANGE_COUNT]); in nl80211_color_change()
19547 nla_put_u32(msg, NL80211_ATTR_COLOR_CHANGE_COUNT, count)) in cfg80211_bss_color_notify()