HomeSort by relevance Sort by last modified time
    Searched refs:wpa_msg (Results 1 - 25 of 42) sorted by null

1 2

  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 60 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(sm->ctx->msg_ctx, MSG_WARNING
    [all...]
preauth.c 101 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(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: added PMKSA cache
    [all...]
peerkey.c 250 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
363 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
625 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
684 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
1067 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 149 * 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/
wpa_supplicant.c 142 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_s, MSG_INFO, "WPA: Driver used disabled key
    [all...]
hs20_supplicant.c 228 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_s, MSG_INFO, "Starting OSU provisioning information fetch")
    [all...]
sme.c 158 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_s, MSG_DEBUG, "SME: Association timeout")
    [all...]
events.c 116 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,
    [all...]
wps_supplicant.c 103 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_s->parent, MSG_INFO, WPS_EVENT_FAI
    [all...]
interworking.c 922 wpa_msg(wpa_s, MSG_INFO, INTERWORKING_ALREADY_CONNECTED MACSTR,
    [all...]
gas_query.c 144 wpa_msg(gas->wpa_s, MSG_INFO, GAS_QUERY_DONE "addr=" MACSTR
614 wpa_msg(wpa_s, MSG_INFO,
690 wpa_msg(gas->wpa_s, MSG_INFO, GAS_QUERY_START "addr=" MACSTR
preauth_test.c 267 wpa_msg(wpa_s, MSG_INFO, "Signal %d received - terminating", sig);
wnm_sta.c 667 wpa_msg(wpa_s, MSG_INFO, ESS_DISASSOC_IMMINENT "%d %u %s",
673 wpa_msg(wpa_s, MSG_INFO, "WNM: Disassociation Imminent - "
684 wpa_msg(wpa_s, MSG_INFO, "WNM: Preferred List Available");
723 wpa_msg(wpa_s, MSG_INFO, "WNM: BSS Transition Management Request did not include candidates");
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 39 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "HANGED");
92 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "STOPPED");
95 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "STARTED");
driver_cmd_wext.c 272 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "HANGED");
307 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "HANGED");
344 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "HANGED");
359 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "STARTED"); */
362 /* wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "STOPPED"); */
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 35 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "HANGED");
71 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "STOPPED");
74 wpa_msg(drv->ctx, MSG_INFO, WPA_EVENT_DRIVER_STATE "STARTED");
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 79 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(hapd->msg_ctx, MSG_DEBUG, "GAS: Tx GAS Comeback Response
    [all...]
wps_hostapd.c 189 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(hapd->msg_ctx, MSG_INFO, WPS_EVENT_SUCCESS)
    [all...]
dfs.c 701 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_CAC_START
733 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_CAC_COMPLETED
774 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_NEW_CHANNEL
863 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_NEW_CHANNEL
928 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_RADAR_DETECTED
952 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_NOP_FINISHED
sta_info.c 346 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
359 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
366 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
381 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "Station " MACSTR
979 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_STA_CONNECTED "%s%s",
990 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_STA_DISCONNECTED "%s", buf);
drv_callbacks.c 502 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_CSA_FINISHED "freq=%d",
514 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_REJECTED_MAX_STA MACSTR,
518 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_REJECTED_BLOCKED_STA MACSTR,
714 wpa_msg(hapd->msg_ctx, MSG_INFO, "MGMT-RX %s", hex);
  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 322 wpa_msg(sm->msg_ctx, MSG_INFO,
327 wpa_msg(sm->msg_ctx, MSG_INFO,
332 wpa_msg(sm->msg_ctx, MSG_INFO,
eap.c 263 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
    [all...]
eap_mschapv2.c 302 wpa_msg(sm->msg_ctx, MSG_INFO,
475 wpa_msg(sm->msg_ctx, MSG_WARNING,
482 wpa_msg(sm->msg_ctx, MSG_INFO,
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 200 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_STARTED
232 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD
405 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD
473 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_FAILURE
490 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_SUCCESS
    [all...]

Completed in 219 milliseconds

1 2