Lines Matching refs:total
707 int res, i, total; in hostapd_cli_cmd_bss_tm_req() local
718 total = res; in hostapd_cli_cmd_bss_tm_req()
720 tmp = &buf[total]; in hostapd_cli_cmd_bss_tm_req()
721 res = os_snprintf(tmp, sizeof(buf) - total, " %s", argv[i]); in hostapd_cli_cmd_bss_tm_req()
722 if (os_snprintf_error(sizeof(buf) - total, res)) in hostapd_cli_cmd_bss_tm_req()
724 total += res; in hostapd_cli_cmd_bss_tm_req()
1148 int total; in hostapd_cli_cmd_fst() local
1155 total = os_snprintf(cmd, sizeof(cmd), "FST-MANAGER"); in hostapd_cli_cmd_fst()
1158 res = os_snprintf(cmd + total, sizeof(cmd) - total, " %s", in hostapd_cli_cmd_fst()
1160 if (os_snprintf_error(sizeof(cmd) - total, res)) { in hostapd_cli_cmd_fst()
1164 total += res; in hostapd_cli_cmd_fst()
1187 int total; in hostapd_cli_cmd_chan_switch() local
1205 total = res; in hostapd_cli_cmd_chan_switch()
1207 tmp = cmd + total; in hostapd_cli_cmd_chan_switch()
1208 res = os_snprintf(tmp, sizeof(cmd) - total, " %s", argv[i]); in hostapd_cli_cmd_chan_switch()
1209 if (os_snprintf_error(sizeof(cmd) - total, res)) { in hostapd_cli_cmd_chan_switch()
1213 total += res; in hostapd_cli_cmd_chan_switch()