/external/wpa_supplicant_8/src/utils/ |
wpa_debug.h | 157 #define wpa_msg_ctrl(args...) do { } while (0) macro 180 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors 191 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
|
wpa_debug.c | 628 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...) function 640 wpa_printf(MSG_ERROR, "wpa_msg_ctrl: Failed to allocate "
|
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.c | 92 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_STATE_CHANGE 269 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BSS_ADDED "%u " MACSTR, 278 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_BSS_REMOVED "%u " MACSTR, 610 wpa_msg_ctrl(wpa_s, MSG_INFO, 640 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_EAP_STATUS
|
wps_supplicant.c | 765 /* Use wpa_msg_ctrl to avoid showing the key in debug log */ 766 wpa_msg_ctrl(wpa_s, MSG_INFO, WPS_EVENT_ER_AP_SETTINGS [all...] |
eapol_test.c | 417 wpa_msg_ctrl(e->wpa_s, MSG_INFO, [all...] |
scan.c | [all...] |
p2p_supplicant.c | [all...] |
events.c | 1235 wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_SCAN_RESULTS); [all...] |
ctrl_iface.c | [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 262 wpa_msg_ctrl(hapd->msg_ctx, MSG_INFO, WPS_EVENT_ENROLLEE_SEEN MACSTR [all...] |