Home
last modified time | relevance | path

Searched refs:PRINTF_FORMAT (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpa_debug.h196 PRINTF_FORMAT(3, 4);
Dwpabuf.h45 void wpabuf_printf(struct wpabuf *buf, const char *fmt, ...) PRINTF_FORMAT(2, 3);
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_i.h200 PRINTF_FORMAT(2, 3);
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h259 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
262 #define PRINTF_FORMAT(a,b) macro
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c59 PRINTF_FORMAT(4, 5)