/hostap-3.7.0/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 | 648 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg() 668 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg() 688 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_ctrl() 698 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_ctrl() 713 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global() 723 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global() 743 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_ctrl() 753 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_ctrl() 768 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_no_global() 778 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_no_global() [all …]
|
D | common.h | 79 #undef vsnprintf 80 #define vsnprintf _vsnprintf macro 391 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-3.7.0/wpa_supplicant/ |
D | wpa_cli_zephyr.c | 415 vsnprintf(cmd, sizeof(cmd), fmt, cmd_args); in zephyr_wpa_cli_cmd_v() 501 vsnprintf(cmd, sizeof(cmd), fmt, cmd_args); in zephyr_wpa_cli_global_cmd_v()
|
/hostap-3.7.0/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-3.7.0/wlantest/ |
D | wlantest.c | 296 wlen = vsnprintf(wt->notes[wt->num_notes], len, fmt, ap); in add_note()
|
/hostap-3.7.0/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-3.7.0/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-3.7.0/src/eapol_auth/ |
D | eapol_auth_sm.c | 77 vsnprintf(format, maxlen, fmt, ap); in eapol_auth_vlogger()
|
/hostap-3.7.0/src/p2p/ |
D | p2p.c | 5226 vsnprintf(buf, sizeof(buf), fmt, ap); in p2p_dbg() 5242 vsnprintf(buf, sizeof(buf), fmt, ap); in p2p_info() 5258 vsnprintf(buf, sizeof(buf), fmt, ap); in p2p_err()
|
/hostap-3.7.0/hs20/client/ |
D | osu_client.c | 38 vsnprintf(buf, sizeof(buf), fmt, ap); in write_result()
|
/hostap-3.7.0/src/ap/ |
D | wpa_auth.c | 269 vsnprintf(format, maxlen, fmt, ap); in wpa_auth_vlogger()
|