Lines Matching +full:1 +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,
38 .n = 1,
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,
94 .c.width = NL80211_CHAN_WIDTH_80P80,
95 .c.chan = &chan6g_1,
96 .c.center_freq1 = 5985,
97 .c.center_freq2 = 6225,
104 .c.width = NL80211_CHAN_WIDTH_80P80,
105 .c.chan = &chan6g_61,
106 .c.center_freq1 = 6225,
107 .c.center_freq2 = 5985,
114 .c.width = NL80211_CHAN_WIDTH_80P80,
115 .c.chan = &chan6g_61,
116 .c.center_freq1 = 6225,
117 .c.center_freq2 = 5985,
118 .n = 1,
130 KUNIT_ASSERT_EQ(test, cfg80211_chandef_valid(&params->c), true); in subchan_offset()
132 offset = ieee80211_calc_chandef_subchan_offset(&params->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 },
177 .psd.power = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, },
182 .out.power = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, },
198 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
203 .out.power = { 0, 1, 2, 3, 4, 5, 6, 7, 127, 127, 127, 127, 127, 127, 127, 127},
224 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
229 .out.power = { 12, 13, 14, 15, 0, 1, 2, 3, 127, 127, 127, 127, 127, 127, 127, 127},
250 .psd.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
255 .out.power = { 0, 1, 2, 3, 12, 13, 14, 15, 127, 127, 127, 127, 127, 127, 127, 127},