Lines Matching refs:sprintf
49 p += sprintf(p, "HT%c0 ", htmode); in minstrel_ht_stats_dump()
50 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump()
51 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
53 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump()
54 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump()
55 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
57 p += sprintf(p, "CCK "); in minstrel_ht_stats_dump()
58 p += sprintf(p, "%cP ", j < 4 ? 'L' : 'S'); in minstrel_ht_stats_dump()
59 p += sprintf(p, "1 "); in minstrel_ht_stats_dump()
69 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump()
71 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump()
75 p += sprintf(p, " %2u.%1uM", r / 10, r % 10); in minstrel_ht_stats_dump()
78 p += sprintf(p, " %3u ", idx); in minstrel_ht_stats_dump()
82 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump()
89 p += sprintf(p, "%4u.%1u %4u.%1u %3u.%1u %3u.%1u" in minstrel_ht_stats_dump()
131 p += sprintf(p, "\n"); in minstrel_ht_stats_open()
132 p += sprintf(p, " best ____________rate__________ " in minstrel_ht_stats_open()
135 p += sprintf(p, "mode guard # rate [name idx airtime max_tp] " in minstrel_ht_stats_open()
145 p += sprintf(p, "\nTotal packet count:: ideal %d " in minstrel_ht_stats_open()
149 p += sprintf(p, "Average # of aggregated frames per A-MPDU: %d.%d\n", in minstrel_ht_stats_open()
197 p += sprintf(p, "HT%c0,", htmode); in minstrel_ht_stats_csv_dump()
198 p += sprintf(p, "%cGI,", gimode); in minstrel_ht_stats_csv_dump()
199 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
201 p += sprintf(p, "VHT%c0,", htmode); in minstrel_ht_stats_csv_dump()
202 p += sprintf(p, "%cGI,", gimode); in minstrel_ht_stats_csv_dump()
203 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
205 p += sprintf(p, "CCK,"); in minstrel_ht_stats_csv_dump()
206 p += sprintf(p, "%cP,", j < 4 ? 'L' : 'S'); in minstrel_ht_stats_csv_dump()
207 p += sprintf(p, "1,"); in minstrel_ht_stats_csv_dump()
210 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[0]) ? "A" : "")); in minstrel_ht_stats_csv_dump()
211 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[1]) ? "B" : "")); in minstrel_ht_stats_csv_dump()
212 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[2]) ? "C" : "")); in minstrel_ht_stats_csv_dump()
213 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[3]) ? "D" : "")); in minstrel_ht_stats_csv_dump()
214 p += sprintf(p, "%s" ,((idx == mi->max_prob_rate) ? "P" : "")); in minstrel_ht_stats_csv_dump()
217 p += sprintf(p, ",MCS%-2u,", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_csv_dump()
219 p += sprintf(p, ",MCS%-1u/%1u,", j, mg->streams); in minstrel_ht_stats_csv_dump()
222 p += sprintf(p, ",%2u.%1uM,", r / 10, r % 10); in minstrel_ht_stats_csv_dump()
225 p += sprintf(p, "%u,", idx); in minstrel_ht_stats_csv_dump()
227 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
234 p += sprintf(p, "%u.%u,%u.%u,%u.%u,%u.%u,%u.%u,%u,%u," in minstrel_ht_stats_csv_dump()
246 p += sprintf(p, "%d,%d,%d.%d\n", in minstrel_ht_stats_csv_dump()