Searched refs:wpa_scnprintf (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | wmm_ac.c | 855 return wpa_scnprintf(buf, buflen - pos, in wpas_wmm_ac_status() 859 pos += wpa_scnprintf(buf + pos, buflen - pos, "WMM AC is Enabled\n"); in wpas_wmm_ac_status() 864 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status() 886 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status() 898 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status()
|
/netbsd/external/bsd/wpa/dist/src/utils/ |
H A D | utils_module_tests.c | 374 if (wpa_scnprintf(buf, 0, "hello") != 0 || in common_tests() 375 wpa_scnprintf(buf, 3, "hello") != 2) in common_tests()
|
H A D | common.h | 486 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...);
|
H A D | common.c | 271 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) in wpa_scnprintf() function
|