Home
last modified time | relevance | path

Searched refs:color_bitmap (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Dtrace.h4038 u8 count, u64 color_bitmap),
4039 TP_ARGS(netdev, cmd, count, color_bitmap),
4044 __field(u64, color_bitmap)
4050 __entry->color_bitmap = color_bitmap;
4054 __entry->color_bitmap)
H A Dnl80211.c20448 u64 color_bitmap, u8 link_id) in cfg80211_bss_color_notify() argument
20458 trace_cfg80211_bss_color_notify(dev, cmd, count, color_bitmap); in cfg80211_bss_color_notify()
20481 color_bitmap, NL80211_ATTR_PAD)) in cfg80211_bss_color_notify()
/linux/include/net/
H A Dcfg80211.h9828 * @color_bitmap: representations of the colors that the local BSS is aware of
9835 u64 color_bitmap, u8 link_id);
9840 * @color_bitmap: representations of the colors that the local BSS is aware of
9846 u64 color_bitmap, in cfg80211_obss_color_collision_notify() argument
9850 0, color_bitmap, link_id); in cfg80211_obss_color_collision_notify()
H A Dmac80211.h7675 * @color_bitmap: a 64 bit bitmap representing the colors that the local BSS is
7680 u64 color_bitmap, u8 link_id);
/linux/net/mac80211/
H A Dieee80211_i.h1085 u64 color_bitmap; member