Searched defs:wpa_msg (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpa_debug.h167 #define wpa_msg(args...) do { } while (0) macro
172 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
185 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
195 * This function is like wpa_msg(), but it sends the output only to the
206 * wpa_msg_register_cb - Register callback function for wpa_msg() messages
H A Dwpa_debug.c300 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
309 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c420 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
430 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
H A Dwpa_debug.h171 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
173 * needed in the control interface while wpa_msg() has to be used for anything
176 #define wpa_dbg(args...) wpa_msg(args)
184 #define wpa_msg(args...) do { } while (0) macro
190 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
203 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
213 * This function is like wpa_msg(), but it sends the output only to the
224 * wpa_msg_register_cb - Register callback function for wpa_msg() messages
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c420 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
430 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
H A Dwpa_debug.h171 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
173 * needed in the control interface while wpa_msg() has to be used for anything
176 #define wpa_dbg(args...) wpa_msg(args)
184 #define wpa_msg(args...) do { } while (0) macro
190 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
203 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
213 * This function is like wpa_msg(), but it sends the output only to the
224 * wpa_msg_register_cb - Register callback function for wpa_msg() messages
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c420 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
430 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
H A Dwpa_debug.h171 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
173 * needed in the control interface while wpa_msg() has to be used for anything
176 #define wpa_dbg(args...) wpa_msg(args)
184 #define wpa_msg(args...) do { } while (0) macro
190 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
203 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
213 * This function is like wpa_msg(), but it sends the output only to the
224 * wpa_msg_register_cb - Register callback function for wpa_msg() messages

Completed in 159 milliseconds