Lines Matching +full:4 +full:c
5 * Copyright (C) 2024 Intel Corporation
29 struct cfg80211_chan_def c; member
35 .c.width = NL80211_CHAN_WIDTH_20,
36 .c.chan = &chan6g_1,
37 .c.center_freq1 = 5955,
43 .c.width = NL80211_CHAN_WIDTH_40,
44 .c.chan = &chan6g_1,
45 .c.center_freq1 = 5965,
52 .c.width = NL80211_CHAN_WIDTH_80P80,
53 .c.chan = &chan6g_1,
54 .c.center_freq1 = 5985,
55 .c.center_freq2 = 6225,
61 .c.width = NL80211_CHAN_WIDTH_320,
62 .c.chan = &chan6g_1,
63 .c.center_freq1 = 6105,
69 .c.width = NL80211_CHAN_WIDTH_320,
70 .c.chan = &chan6g_1,
71 .c.center_freq1 = 6105,
77 .c.width = NL80211_CHAN_WIDTH_320,
78 .c.chan = &chan6g_61,
79 .c.center_freq1 = 6105,
85 .c.width = NL80211_CHAN_WIDTH_320,
86 .c.chan = &chan6g_61,
87 .c.center_freq1 = 6105,
89 .expect = 8 + 4 + 2,
94 .c.width = NL80211_CHAN_WIDTH_80P80,
95 .c.chan = &chan6g_1,
96 .c.center_freq1 = 5985,
97 .c.center_freq2 = 6225,
98 .n = 4,
104 .c.width = NL80211_CHAN_WIDTH_80P80,
105 .c.chan = &chan6g_61,
106 .c.center_freq1 = 6225,
107 .c.center_freq2 = 5985,
108 .n = 4,
109 .expect = 4,
114 .c.width = NL80211_CHAN_WIDTH_80P80,
115 .c.chan = &chan6g_61,
116 .c.center_freq1 = 6225,
117 .c.center_freq2 = 5985,
130 KUNIT_ASSERT_EQ(test, cfg80211_chandef_valid(¶ms->c), true); in subchan_offset()
132 offset = ieee80211_calc_chandef_subchan_offset(¶ms->c, params->n); in subchan_offset()
156 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
161 .out.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
197 .psd.n = 4,
198 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
202 .out.n = 4,
203 .out.power = { 0, 1, 2, 3, 4, 5, 6, 7, 127, 127, 127, 127, 127, 127, 127, 127},
223 .psd.n = 4,
224 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
228 .out.n = 4,
249 .psd.n = 4,
250 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
254 .out.n = 4,