/hostap-latest/src/utils/ |
D | wpa_debug_zephyr.c | 36 vsnprintf(buffer, sizeof(buffer), fmt, ap); in wpa_printf_impl() 186 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_impl() 206 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_impl() 225 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_ctrl_impl() 234 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_ctrl_impl() 248 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_impl() 257 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_impl() 276 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_ctrl_impl() 285 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_ctrl_impl() 299 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_no_global_impl() [all …]
|
D | wpa_debug.c | 656 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg() 676 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg() 696 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_ctrl() 706 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_ctrl() 721 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global() 731 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global() 751 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_ctrl() 761 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_ctrl() 776 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_no_global() 786 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_no_global() [all …]
|
D | common.h | 79 #undef vsnprintf 80 #define vsnprintf _vsnprintf macro 403 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
|
D | wpabuf.c | 305 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap); in wpabuf_printf()
|
D | os_internal.c | 501 ret = vsnprintf(str, size, format, ap); in os_snprintf()
|
D | xml_libxml2.c | 44 len = vsnprintf(str->buf + str->len, MAX_STR, fmt, ap); in add_str()
|
D | common.c | 281 ret = vsnprintf(buf, size, fmt, ap); in wpa_scnprintf()
|
/hostap-latest/wpa_supplicant/ |
D | wpa_cli_zephyr.c | 427 vsnprintf(cmd, sizeof(cmd), fmt, cmd_args); in zephyr_wpa_cli_cmd_v() 513 vsnprintf(cmd, sizeof(cmd), fmt, cmd_args); in zephyr_wpa_cli_global_cmd_v()
|
/hostap-latest/src/tls/ |
D | tlsv1_server.c | 31 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in tlsv1_server_log() 38 vsnprintf(buf, buflen, fmt, ap); in tlsv1_server_log()
|
/hostap-latest/hostapd/ |
D | hostapd_cli_zephyr.c | 238 vsnprintf(cmd, sizeof(cmd), fmt, cmd_args); in zephyr_hostapd_cli_cmd_v()
|
/hostap-latest/wlantest/ |
D | wlantest.c | 296 wlen = vsnprintf(wt->notes[wt->num_notes], len, fmt, ap); in add_note()
|
/hostap-latest/src/eap_server/ |
D | eap_server.c | 197 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in eap_log_msg() 204 vsnprintf(buf, buflen, fmt, ap); in eap_log_msg()
|
/hostap-latest/src/radius/ |
D | radius_server.c | 294 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in srv_log() 301 vsnprintf(buf, buflen, fmt, ap); in srv_log()
|
/hostap-latest/src/eapol_auth/ |
D | eapol_auth_sm.c | 77 vsnprintf(format, maxlen, fmt, ap); in eapol_auth_vlogger()
|
/hostap-latest/src/p2p/ |
D | p2p.c | 5262 vsnprintf(buf, sizeof(buf), fmt, ap); in p2p_dbg() 5278 vsnprintf(buf, sizeof(buf), fmt, ap); in p2p_info() 5294 vsnprintf(buf, sizeof(buf), fmt, ap); in p2p_err()
|
/hostap-latest/hs20/client/ |
D | osu_client.c | 38 vsnprintf(buf, sizeof(buf), fmt, ap); in write_result()
|
/hostap-latest/src/ap/ |
D | wpa_auth.c | 433 vsnprintf(format, maxlen, fmt, ap); in wpa_auth_vlogger()
|