fmt_header
static const char *fmt_header =
scnprintf(buf + pos, bufsz - pos, fmt_header,
scnprintf(buf + pos, bufsz - pos, fmt_header,
scnprintf(buf + pos, bufsz - pos, fmt_header,
pos += scnprintf(buf + pos, bufsz - pos, fmt_header, "Statistics_Tx:");
scnprintf(buf + pos, bufsz - pos, fmt_header,
scnprintf(buf + pos, bufsz - pos, fmt_header,
fmt_header, "Statistics_Rx - OFDM_HT:");
fmt_header, "Statistics_Tx:");
fmt_header, "Statistics_General:");
fmt_header, "Statistics_Rx - OFDM:");
fmt_header, "Statistics_Rx - CCK:");
fmt_header, "Statistics_Rx - GENERAL:");
static const char *fmt_header = "%-32s\n";
pos += scnprintf(buf + pos, bufsz - pos, fmt_header,
pos += scnprintf(buf + pos, bufsz - pos, fmt_header,
pos += scnprintf(buf + pos, bufsz - pos, fmt_header,
pos += scnprintf(buf + pos, bufsz - pos, fmt_header,
fmt->header = fmt_header;