Searched defs:wpa_msg_global (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | wpa_debug.h | 167 #define wpa_msg_global(args...) do { } while (0) macro 206 * wpa_msg_global - Global printf for ctrl_iface monitors 218 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) 229 * This function is like wpa_msg_global(), but it sends the output only to the 258 * This function is like wpa_msg_global(), but it sends the output only as a
|
H A D | wpa_debug.c | 673 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) function 686 wpa_printf(MSG_ERROR, "wpa_msg_global: Failed to allocate "
|
/external/wpa_supplicant_8/src/utils/ |
H A D | wpa_debug.h | 167 #define wpa_msg_global(args...) do { } while (0) macro 206 * wpa_msg_global - Global printf for ctrl_iface monitors 218 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) 229 * This function is like wpa_msg_global(), but it sends the output only to the 258 * This function is like wpa_msg_global(), but it sends the output only as a
|
H A D | wpa_debug.c | 673 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) function 686 wpa_printf(MSG_ERROR, "wpa_msg_global: Failed to allocate "
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | wpa_debug.h | 167 #define wpa_msg_global(args...) do { } while (0) macro 206 * wpa_msg_global - Global printf for ctrl_iface monitors 218 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) 229 * This function is like wpa_msg_global(), but it sends the output only to the 258 * This function is like wpa_msg_global(), but it sends the output only as a
|
H A D | wpa_debug.c | 673 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) function 686 wpa_printf(MSG_ERROR, "wpa_msg_global: Failed to allocate "
|
Completed in 98 milliseconds