Searched refs:wpa_msg (Results 1 - 25 of 81) sorted by relevance

1234

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c60 wpa_msg(sm->ctx->msg_ctx, MSG_ERROR,
103 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
131 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
221 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
287 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No wpa_ie set - "
392 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No SSID info "
426 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
496 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
563 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
582 wpa_msg(s
[all...]
H A Dpreauth.c101 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
108 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
122 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
178 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG,
295 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
302 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: not in suitable "
313 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
323 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
335 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
402 wpa_msg(s
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c60 wpa_msg(sm->ctx->msg_ctx, MSG_ERROR,
103 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
131 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
221 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
287 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No wpa_ie set - "
392 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No SSID info "
426 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
496 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
563 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
582 wpa_msg(s
[all...]
H A Dpreauth.c101 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
108 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
122 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
178 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG,
295 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
302 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: not in suitable "
313 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
323 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
335 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
402 wpa_msg(s
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c60 wpa_msg(sm->ctx->msg_ctx, MSG_ERROR,
103 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
131 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
221 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
287 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No wpa_ie set - "
392 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No SSID info "
426 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
496 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
563 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
582 wpa_msg(s
[all...]
H A Dpreauth.c101 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
108 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
122 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
178 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG,
295 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
302 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: not in suitable "
313 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
323 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
335 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
402 wpa_msg(s
[all...]
/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...]
/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...]
/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...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c142 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid mode %d (not "
148 wpa_msg(wpa_s, MSG_INFO, "WPA: No PSK configured for "
172 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for "
190 wpa_msg(wpa_s, MSG_INFO, "Authentication with " MACSTR " timed out.",
697 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_CONNECTED "- Connection to "
822 wpa_msg(wpa_s, MSG_ERROR, "Failed to parse the configuration "
905 wpa_msg(wpa_s, MSG_INFO, "WPA: Failed to parse WPA IE "
914 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
920 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
926 wpa_msg(wpa_
[all...]
H A Dhs20_supplicant.c228 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR " Icon Binary File",
288 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP-ICON %s", fname);
352 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
357 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
373 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
383 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
393 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
403 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
519 wpa_msg(wpa_s, MSG_INFO, "OSU provider fetch completed");
841 wpa_msg(wpa_
[all...]
H A Dsme.c158 wpa_msg(wpa_s, MSG_ERROR, "SME: No scan result available for "
246 wpa_msg(wpa_s, MSG_WARNING, "SME: Failed to set WPA "
265 wpa_msg(wpa_s, MSG_WARNING, "SME: Failed to set WPA "
413 wpa_msg(wpa_s, MSG_INFO, "SME: Trying to authenticate with " MACSTR
454 wpa_msg(wpa_s, MSG_INFO, "SME: Authentication request to the "
781 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with " MACSTR
817 wpa_msg(wpa_s, MSG_INFO, "SME: Association request to the "
862 wpa_msg(wpa_s, MSG_INFO, "SME: Deauth request to the driver "
937 wpa_msg(wpa_s, MSG_DEBUG, "SME: Authentication timeout");
947 wpa_msg(wpa_
[all...]
H A Devents.c116 wpa_msg(wpa_s, MSG_INFO,
174 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
355 wpa_msg(wpa_s, MSG_WARNING, "Failed to initialize SIM "
1071 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_OVERLAP
1088 wpa_msg(wpa_s, MSG_DEBUG,
1115 wpa_msg(wpa_s, MSG_DEBUG, "Request association with " MACSTR,
1743 wpa_msg(wpa_s, MSG_INFO, "WPS-STRICT: AP did not "
1930 wpa_msg(wpa_s, MSG_WARNING,
1941 wpa_msg(wpa_s, MSG_INFO, "Associated with " MACSTR, MAC2STR(bssid));
2059 wpa_msg(wpa_
[all...]
H A Dwps_supplicant.c103 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_FAIL);
362 wpa_msg(wpa_s, MSG_INFO, "%s%s",
369 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_CRED_RECEIVED);
484 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_OPEN_NETWORK
558 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_M2D
564 wpa_msg(wpa_s->parent, MSG_INFO, WPS_EVENT_M2D
593 wpa_msg(wpa_s, MSG_INFO,
598 wpa_msg(wpa_s->parent, MSG_INFO, WPS_EVENT_FAIL
604 wpa_msg(wpa_s, MSG_INFO,
608 wpa_msg(wpa_
[all...]
H A Dinterworking.c922 wpa_msg(wpa_s, MSG_INFO, INTERWORKING_ALREADY_CONNECTED MACSTR,
1459 wpa_msg(wpa_s, MSG_INFO, INTERWORKING_ALREADY_CONNECTED MACSTR,
1654 wpa_msg(wpa_s, MSG_INFO, INTERWORKING_ALREADY_CONNECTED MACSTR,
1783 wpa_msg(wpa_s, MSG_ERROR, "Could not read IMSI");
2325 wpa_msg(wpa_s, MSG_INFO, "%s" MACSTR " type=%s%s%s%s id=%d priority=%d sp_priority=%d",
2416 wpa_msg(wpa_s, MSG_INFO, INTERWORKING_NO_MATCH "No network "
2428 wpa_msg(wpa_s, MSG_INFO, INTERWORKING_SELECTED MACSTR,
2518 wpa_msg(wpa_s, MSG_INFO, "Starting ANQP fetch for "
2537 wpa_msg(wpa_s, MSG_INFO, "ANQP fetch completed");
2646 wpa_msg(wpa_
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
1036 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1041 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1050 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1058 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1141 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: Dialog Token: %u",
1146 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: No pending SD "
1165 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: resp frag_len %u",
1170 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: Failed to allocate "
1184 wpa_msg(hap
[all...]
H A Dwps_hostapd.c189 wpa_msg(hapd->msg_ctx, MSG_INFO, "%s", txt);
236 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_REG_SUCCESS MACSTR " %s",
312 wpa_msg(hapd->msg_ctx, MSG_INFO,
437 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_NEW_AP_SETTINGS);
632 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_UNLOCKED);
658 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_LOCKED);
775 wpa_msg(hapd->msg_ctx, MSG_INFO,
780 wpa_msg(hapd->msg_ctx, MSG_INFO,
794 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_M2D);
801 wpa_msg(hap
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
1036 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1041 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1050 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1058 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1141 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: Dialog Token: %u",
1146 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: No pending SD "
1165 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: resp frag_len %u",
1170 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: Failed to allocate "
1184 wpa_msg(hap
[all...]
H A Dwps_hostapd.c189 wpa_msg(hapd->msg_ctx, MSG_INFO, "%s", txt);
236 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_REG_SUCCESS MACSTR " %s",
312 wpa_msg(hapd->msg_ctx, MSG_INFO,
437 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_NEW_AP_SETTINGS);
632 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_UNLOCKED);
658 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_LOCKED);
775 wpa_msg(hapd->msg_ctx, MSG_INFO,
780 wpa_msg(hapd->msg_ctx, MSG_INFO,
794 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_M2D);
801 wpa_msg(hap
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
1036 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1041 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1050 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1058 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
1141 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: Dialog Token: %u",
1146 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: No pending SD "
1165 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: resp frag_len %u",
1170 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: Failed to allocate "
1184 wpa_msg(hap
[all...]
H A Dwps_hostapd.c189 wpa_msg(hapd->msg_ctx, MSG_INFO, "%s", txt);
236 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_REG_SUCCESS MACSTR " %s",
312 wpa_msg(hapd->msg_ctx, MSG_INFO,
437 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_NEW_AP_SETTINGS);
632 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_UNLOCKED);
658 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_AP_SETUP_LOCKED);
775 wpa_msg(hapd->msg_ctx, MSG_INFO,
780 wpa_msg(hapd->msg_ctx, MSG_INFO,
794 wpa_msg(hapd->msg_ctx, MSG_INFO, WPS_EVENT_M2D);
801 wpa_msg(hap
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tnc.c322 wpa_msg(sm->msg_ctx, MSG_INFO,
327 wpa_msg(sm->msg_ctx, MSG_INFO,
332 wpa_msg(sm->msg_ctx, MSG_INFO,
H A Deap.c263 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD
271 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD
320 wpa_msg(sm->msg_ctx, MSG_INFO,
344 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_METHOD
545 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_SUCCESS
573 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_FAILURE
798 wpa_msg(sm->msg_ctx, MSG_INFO, "EAP: more than %d "
928 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_STARTED
1214 wpa_msg(sm->msg_ctx, MSG_INFO, "%s%s",
1345 wpa_msg(s
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tnc.c322 wpa_msg(sm->msg_ctx, MSG_INFO,
327 wpa_msg(sm->msg_ctx, MSG_INFO,
332 wpa_msg(sm->msg_ctx, MSG_INFO,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tnc.c322 wpa_msg(sm->msg_ctx, MSG_INFO,
327 wpa_msg(sm->msg_ctx, MSG_INFO,
332 wpa_msg(sm->msg_ctx, MSG_INFO,

Completed in 292 milliseconds

1234