Lines Matching refs:total
241 int total; in hostapd_cli_cmd_chan_switch() local
259 total = res; in hostapd_cli_cmd_chan_switch()
261 tmp = cmd + total; in hostapd_cli_cmd_chan_switch()
262 res = os_snprintf(tmp, sizeof(cmd) - total, " %s", argv[i]); in hostapd_cli_cmd_chan_switch()
263 if (os_snprintf_error(sizeof(cmd) - total, res)) { in hostapd_cli_cmd_chan_switch()
267 total += res; in hostapd_cli_cmd_chan_switch()
599 int res, i, total; in hostapd_cli_cmd_bss_tm_req() local
610 total = res; in hostapd_cli_cmd_bss_tm_req()
612 tmp = &buf[total]; in hostapd_cli_cmd_bss_tm_req()
613 res = os_snprintf(tmp, sizeof(buf) - total, " %s", argv[i]); in hostapd_cli_cmd_bss_tm_req()
614 if (os_snprintf_error(sizeof(buf) - total, res)) in hostapd_cli_cmd_bss_tm_req()
616 total += res; in hostapd_cli_cmd_bss_tm_req()
829 int total; in hostapd_cli_cmd_fst() local
836 total = os_snprintf(cmd, sizeof(cmd), "FST-MANAGER"); in hostapd_cli_cmd_fst()
839 res = os_snprintf(cmd + total, sizeof(cmd) - total, " %s", in hostapd_cli_cmd_fst()
841 if (os_snprintf_error(sizeof(cmd) - total, res)) { in hostapd_cli_cmd_fst()
845 total += res; in hostapd_cli_cmd_fst()