Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnl80211.h3370 NL80211_ATTR_COLOR_CHANGE_COUNT, enumerator
/linux-6.12.1/net/wireless/
Dnl80211.c801 [NL80211_ATTR_COLOR_CHANGE_COUNT] = { .type = NLA_U8 },
16137 if (!info->attrs[NL80211_ATTR_COLOR_CHANGE_COUNT] || in nl80211_color_change()
16142 params.count = nla_get_u8(info->attrs[NL80211_ATTR_COLOR_CHANGE_COUNT]); in nl80211_color_change()
19660 nla_put_u32(msg, NL80211_ATTR_COLOR_CHANGE_COUNT, count)) in cfg80211_bss_color_notify()