HomeSort by relevance Sort by last modified time
    Searched refs:wpa_msg_ctrl (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 157 #define wpa_msg_ctrl(args...) do { } while (0) macro
178 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors
189 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,
604 wpa_msg_ctrl(wpa_s, MSG_INFO,
wps_supplicant.c 677 /* Use wpa_msg_ctrl to avoid showing the key in debug log */
678 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...]
p2p_supplicant.c     [all...]
scan.c     [all...]
events.c 1181 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 247 wpa_msg_ctrl(hapd->msg_ctx, MSG_INFO, WPS_EVENT_ENROLLEE_SEEN MACSTR
    [all...]

Completed in 820 milliseconds