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

  /external/wpa_supplicant_8/wpa_supplicant/
events.c 76 wpa_dbg(wpa_s, MSG_DEBUG, "Select network based on association "
86 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is disabled");
92 wpa_dbg(wpa_s, MSG_DEBUG, "Selected BSS is disallowed");
98 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is temporarily "
103 wpa_dbg(wpa_s, MSG_DEBUG, "Network configuration found for the "
110 wpa_dbg(wpa_s, MSG_DEBUG, "Could not set WPA suites");
214 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID from assoc IE %sfound from "
223 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: No data in PMKID candidate "
227 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
306 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is configured to
    [all...]
scan.c 42 wpa_dbg(wpa_s, MSG_DEBUG, "Already associated with a configured "
109 wpa_dbg(wpa_s, MSG_DEBUG, "No enabled networks (%d disabled "
127 wpa_dbg(wpa_s, MSG_DEBUG, "wpa_supplicant_assoc_try: Reached "
244 wpa_dbg(wpa_s, MSG_DEBUG, "Starting delayed sched scan");
256 wpa_dbg(wpa_s, MSG_DEBUG, "Sched scan timeout - stopping it");
292 wpa_dbg(wpa_s, MSG_DEBUG, "stopping sched_scan failed!");
343 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO "
351 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common "
368 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
379 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz"
    [all...]
sme.c 73 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected SAE group %d",
193 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x",
197 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: "
209 wpa_dbg(wpa_s, MSG_DEBUG, "Using SAE auth_alg");
315 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Trying to use FT "
333 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected AP supports "
451 wpa_dbg(wpa_s, MSG_DEBUG, "SME: SAE authentication transaction %u "
458 wpa_dbg(wpa_s, MSG_DEBUG, "SME: SAE anti-clogging token "
471 wpa_dbg(wpa_s, MSG_DEBUG, "SME: SAE group not supported");
475 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Try next enabled SAE group")
    [all...]
wpa_supplicant.c 222 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
239 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
502 wpa_dbg(wpa_s, MSG_DEBUG, "No keys have been configured - "
575 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
611 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize autoscan");
644 wpa_dbg(wpa_s, MSG_DEBUG, "State: %s -> %s",
831 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
841 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
891 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
961 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0")
    [all...]
hs20_supplicant.c 148 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short WAN "
bss.c 194 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Remove id %u BSSID " MACSTR
349 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Add new id %u BSSID " MACSTR
555 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
584 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Ignore driver BSS "
595 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: No SSID IE included for "
600 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Too long SSID IE included for "
p2p_supplicant.c 779 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: No ACK for PD Req "
910 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Starting GO");
912 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Could not copy GO Negotiation "
919 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Could not add network for GO");
965 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Request scan (that will be skipped) to "
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 47 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
52 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
151 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
154 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
208 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
222 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
239 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
347 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: Sending EAPOL-Key 2/4");
390 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: RX message 1 of 4-Way "
412 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: Do not reply to
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 33 #define wpa_dbg(args...) do { } while (0) macro
145 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
150 #define wpa_dbg(args...) wpa_msg(args) macro
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 148 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "P2P: Disconnect STA " MACSTR
194 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DEAUTHENTICATE %s",
255 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DISASSOCIATE %s",
hostapd.c 415 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Flushing old station entries");
421 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Deauthenticate all stations");
    [all...]
ieee802_1x.c     [all...]
drv_callbacks.c 735 wpa_dbg(hapd->msg_ctx, level, "Event %s (%d) received",
sta_info.c 371 wpa_dbg(hapd->msg_ctx, MSG_DEBUG,
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 195 milliseconds