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 79 wpa_dbg(wpa_s, MSG_DEBUG, "Select network based on association "
89 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is disabled");
95 wpa_dbg(wpa_s, MSG_DEBUG, "Selected BSS is disallowed");
101 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is temporarily "
106 wpa_dbg(wpa_s, MSG_DEBUG, "Network configuration found for the "
113 wpa_dbg(wpa_s, MSG_DEBUG, "Could not set WPA suites");
218 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID from assoc IE %sfound from "
227 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: No data in PMKID candidate "
231 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
310 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");
288 wpa_dbg(wpa_s, MSG_DEBUG, "stopping sched_scan failed!");
339 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO "
347 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common "
364 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
375 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 224 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
241 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
508 wpa_dbg(wpa_s, MSG_DEBUG, "No keys have been configured - "
581 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
617 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize autoscan");
650 wpa_dbg(wpa_s, MSG_DEBUG, "State: %s -> %s",
837 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
847 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
897 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
967 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0")
    [all...]
hs20_supplicant.c 177 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
357 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Add new id %u BSSID " MACSTR
556 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
585 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Ignore driver BSS "
596 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: No SSID IE included for "
601 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Too long SSID IE included for "
p2p_supplicant.c 862 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: No ACK for PD Req "
943 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Add persistent group PSK entry for "
1037 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Starting GO");
1039 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Could not copy GO Negotiation "
1046 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Could not add network for GO");
1092 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 "
410 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 391 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Flushing old station entries");
397 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Deauthenticate all stations");
    [all...]
ieee802_1x.c     [all...]
drv_callbacks.c 809 wpa_dbg(hapd->msg_ctx, level, "Event %s (%d) received",
sta_info.c 396 wpa_dbg(hapd->msg_ctx, MSG_DEBUG,
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 120 milliseconds