HomeSort by relevance Sort by last modified time
    Searched defs:wpa_msg (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 300 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
309 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
wpa_debug.h 167 #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
  /external/wpa_supplicant/
common.c 411 void wpa_msg(void *ctx, int level, char *fmt, ...) function
420 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
common.h 385 #define wpa_msg(args...) do { } while (0) macro
389 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
402 void wpa_msg(void *ctx, int level, char *fmt, ...) PRINTF_FORMAT(3, 4);
408 * wpa_msg_register_cb - Register callback function for wpa_msg() messages
452 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 394 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
404 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
wpa_debug.h 177 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
179 * needed in the control interface while wpa_msg() has to be used for anything
182 #define wpa_dbg(args...) wpa_msg(args)
190 #define wpa_msg(args...) do { } while (0) macro
196 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
209 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
219 * This function is like wpa_msg(), but it sends the output only to the
230 * wpa_msg_register_cb - Register callback function for wpa_msg() messages

Completed in 8748 milliseconds