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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.h149 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
151 * needed in the control interface while wpa_msg() has to be used for anything
154 #define wpa_dbg(args...) wpa_msg(args)
160 #define wpa_msg(args...) do { } while (0) macro
169 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
182 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
192 * This function is like wpa_msg(), but it sends the output only to the
207 * This function is like wpa_msg(), but it sends the output as a global event,
238 * This function is like wpa_msg(), but it does not send the output as a global
248 * wpa_msg_register_cb - Register callback function for wpa_msg() message
[all...]
H A Dwpa_debug.c595 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
609 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.h149 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
151 * needed in the control interface while wpa_msg() has to be used for anything
154 #define wpa_dbg(args...) wpa_msg(args)
160 #define wpa_msg(args...) do { } while (0) macro
169 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
182 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
192 * This function is like wpa_msg(), but it sends the output only to the
207 * This function is like wpa_msg(), but it sends the output as a global event,
238 * This function is like wpa_msg(), but it does not send the output as a global
248 * wpa_msg_register_cb - Register callback function for wpa_msg() message
[all...]
H A Dwpa_debug.c595 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
609 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.h149 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
151 * needed in the control interface while wpa_msg() has to be used for anything
154 #define wpa_dbg(args...) wpa_msg(args)
160 #define wpa_msg(args...) do { } while (0) macro
169 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
182 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
192 * This function is like wpa_msg(), but it sends the output only to the
207 * This function is like wpa_msg(), but it sends the output as a global event,
238 * This function is like wpa_msg(), but it does not send the output as a global
248 * wpa_msg_register_cb - Register callback function for wpa_msg() message
[all...]
H A Dwpa_debug.c595 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
609 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "

Completed in 943 milliseconds