Searched refs:total (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/hostapd/ |
D | hostapd_cli_cmds.c | 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() [all …]
|
D | hostapd_cli.c | 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() [all …]
|
/hostap-latest/src/utils/ |
D | os_unix.c | 381 unsigned long total = 0; in os_program_deinit() local 383 total += a->len; in os_program_deinit() 394 if (total) in os_program_deinit() 396 (unsigned long) total); in os_program_deinit()
|
/hostap-latest/src/ap/ |
D | acs.c | 381 long double factor, busy, total; in acs_survey_interference_factor() local 392 total = survey->channel_time; in acs_survey_interference_factor() 396 total -= survey->channel_time_tx; in acs_survey_interference_factor() 401 (total ? (busy / total) : 0) * in acs_survey_interference_factor()
|
/hostap-latest/doc/ |
D | testing_tools.doxygen | 162 MEMLEAK: total 128 bytes
|
/hostap-latest/wpa_supplicant/ |
D | android.config | 353 # Please also note that using dynamic libraries will increase the total binary
|
D | defconfig | 399 # Please also note that using dynamic libraries will increase the total binary
|
D | ChangeLog | 1606 (total size of this internal TLS/crypto code is bit under 50 kB on 1705 library, e.g., to reduce total size requirement on systems that do
|