Home
last modified time | relevance | path

Searched refs:total (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/hostapd/
Dhostapd_cli_cmds.c241 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 …]
Dhostapd_cli.c707 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/
Dos_unix.c381 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/
Dacs.c381 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/
Dtesting_tools.doxygen162 MEMLEAK: total 128 bytes
/hostap-latest/wpa_supplicant/
Dandroid.config353 # Please also note that using dynamic libraries will increase the total binary
Ddefconfig399 # Please also note that using dynamic libraries will increase the total binary
DChangeLog1606 (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