Searched refs:wpa_scnprintf (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c860 return wpa_scnprintf(buf, buflen - pos,
864 pos += wpa_scnprintf(buf + pos, buflen - pos, "WMM AC is Enabled\n");
869 pos += wpa_scnprintf(buf + pos, buflen - pos,
891 pos += wpa_scnprintf(buf + pos, buflen - pos,
903 pos += wpa_scnprintf(buf + pos, buflen - pos,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c373 if (wpa_scnprintf(buf, 0, "hello") != 0 ||
374 wpa_scnprintf(buf, 3, "hello") != 2)
H A Dcommon.c252 * wpa_scnprintf - Simpler-to-use snprintf function
261 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) function
H A Dcommon.h479 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...);
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c373 if (wpa_scnprintf(buf, 0, "hello") != 0 ||
374 wpa_scnprintf(buf, 3, "hello") != 2)
H A Dcommon.c252 * wpa_scnprintf - Simpler-to-use snprintf function
261 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) function
H A Dcommon.h479 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dutils_module_tests.c373 if (wpa_scnprintf(buf, 0, "hello") != 0 ||
374 wpa_scnprintf(buf, 3, "hello") != 2)
H A Dcommon.c252 * wpa_scnprintf - Simpler-to-use snprintf function
261 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) function
H A Dcommon.h479 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...);

Completed in 166 milliseconds