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

1 2 3

  /external/wpa_supplicant_6/wpa_supplicant/
blacklist.c 66 wpa_printf(MSG_DEBUG, "BSSID " MACSTR " blacklist count "
79 wpa_printf(MSG_DEBUG, "Added BSSID " MACSTR " into blacklist",
104 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
129 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
mlme.c 286 wpa_printf(MSG_DEBUG, "MLME: authentication with AP " MACSTR
292 wpa_printf(MSG_DEBUG, "MLME: authenticate with AP " MACSTR,
562 wpa_printf(MSG_DEBUG, "MLME: association with AP " MACSTR
568 wpa_printf(MSG_DEBUG, "MLME: associate with AP " MACSTR,
597 wpa_printf(MSG_DEBUG "MLME: No STA entry for own AP " MACSTR,
606 "current AP " MACSTR " - assume "
775 "from " MACSTR ", but not in authenticate state - "
782 "frame received from " MACSTR " - ignored",
789 "from unknown AP (SA=" MACSTR " BSSID=" MACSTR
    [all...]
events.c 142 wpa_printf(MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
406 wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
462 MACSTR " ssid='%s'",
501 wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
588 MACSTR " ssid='%s'",
844 MACSTR, MAC2STR(bssid));
857 wpa_msg(wpa_s, MSG_INFO, "Associated with " MACSTR, MAC2STR(bssid));
wpas_glue.c 159 wpa_printf(MSG_DEBUG, "Using current BSSID " MACSTR
165 " last received EAPOL frame " MACSTR " as "
179 wpa_printf(MSG_DEBUG, "TX EAPOL: dst=" MACSTR, MAC2STR(dst));
  /external/wpa_supplicant/
l2_packet.h 25 #define MACSTR "%02x:%02x:%02x:%02x:%02x:%02x"
driver_test.c 141 wpa_printf(MSG_DEBUG, " addr=" MACSTR, MAC2STR(addr));
163 wpa_printf(MSG_DEBUG, " bssid=" MACSTR,
186 "%s/AP-" MACSTR,
196 ret = os_snprintf(pos, end - pos, "ASSOC " MACSTR " ",
257 wpa_printf(MSG_DEBUG, "%s addr=" MACSTR " reason_code=%d",
269 wpa_printf(MSG_DEBUG, "%s addr=" MACSTR " reason_code=%d",
535 os_snprintf(drv->own_socket_path, len, "%s/STA-" MACSTR,
674 "%s/STA-" MACSTR, drv->test_dir, MAC2STR(dest));
677 "%s/AP-" MACSTR,
724 wpa_printf(MSG_DEBUG, "%s: addr=" MACSTR,
    [all...]
preauth.c 67 wpa_printf(MSG_DEBUG, "RX pre-auth from " MACSTR, MAC2STR(src_addr));
75 "unexpected source " MACSTR " - dropped",
117 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: pre-authentication with " MACSTR
130 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: pre-authentication with " MACSTR
186 "with " MACSTR, MAC2STR(dst));
321 "candidate " MACSTR
330 MACSTR " does not need pre-authentication anymore",
415 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
mlme.c 642 wpa_printf(MSG_DEBUG, "MLME: authentication with AP " MACSTR
648 wpa_printf(MSG_DEBUG, "MLME: authenticate with AP " MACSTR,
863 wpa_printf(MSG_DEBUG, "MLME: association with AP " MACSTR
869 wpa_printf(MSG_DEBUG, "MLME: associate with AP " MACSTR,
898 wpa_printf(MSG_DEBUG "MLME: No STA entry for own AP " MACSTR,
907 "current AP " MACSTR " - assume "
1070 "from " MACSTR ", but not in authenticate state - "
1077 "frame received from " MACSTR " - ignored",
1084 "from unknown AP (SA=" MACSTR " BSSID=" MACSTR
    [all...]
state_machine.h 92 wpa_printf(MSG_DEBUG, STATE_MACHINE_DEBUG_PREFIX ": " MACSTR " " \
l2_packet_freebsd.c 122 "not ether src " MACSTR " and "
123 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
pmksa_cache.c 98 MACSTR, MAC2STR(entry->aa));
227 "entry (for " MACSTR ") to make room for new one",
251 wpa_printf(MSG_DEBUG, "RSN: added PMKSA cache entry for " MACSTR,
365 "for " MACSTR, MAC2STR(aa));
459 ret = os_snprintf(pos, buf + len - pos, "%d " MACSTR " ",
events.c 131 wpa_printf(MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
372 wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
412 MACSTR " ssid='%s'",
426 wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
490 MACSTR " ssid='%s'",
686 MACSTR, MAC2STR(bssid));
699 wpa_msg(wpa_s, MSG_INFO, "Associated with " MACSTR, MAC2STR(bssid));
l2_packet_pcap.c 238 "not ether src " MACSTR " and "
239 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
l2_packet_winpcap.c 182 "not ether src " MACSTR " and "
183 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
wpa.c 955 wpa_printf(MSG_DEBUG, "WPA: Use BSSID (" MACSTR
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 92 wpa_printf(MSG_DEBUG, "SUPP: %s(dest=" MACSTR " proto=0x%04x "
159 wpa_printf(MSG_DEBUG, "SUPP: %s(alg=%d addr=" MACSTR " key_idx=%d "
171 wpa_printf(MSG_DEBUG, "SUPP: %s(addr=" MACSTR " protection_type=%d "
239 wpa_printf(MSG_DEBUG, "AUTH: " MACSTR " - %s",
261 wpa_printf(MSG_DEBUG, "AUTH: %s(addr=" MACSTR " data_len=%lu "
281 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 67 wpa_printf(MSG_DEBUG, "RX pre-auth from " MACSTR, MAC2STR(src_addr));
74 "unexpected source " MACSTR " - dropped",
117 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: pre-authentication with " MACSTR
130 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: pre-authentication with " MACSTR
187 "with " MACSTR, MAC2STR(dst));
322 "candidate " MACSTR
332 MACSTR " does not need pre-authentication anymore",
418 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
peerkey.c 113 MACSTR " mui %d error_type %d)",
211 wpa_printf(MSG_DEBUG, "RSN: SMK M2 - SMK initiator " MACSTR,
383 wpa_printf(MSG_DEBUG, "RSN: Sending EAPOL-Key STK 1/4 to " MACSTR,
438 wpa_printf(MSG_DEBUG, "RSN: Sending EAPOL-Key STK 3/4 to " MACSTR,
448 wpa_printf(MSG_DEBUG, "RSN: Received SMK M4 (Initiator " MACSTR ")",
478 wpa_printf(MSG_DEBUG, "RSN: Received SMK M5 (Peer " MACSTR ")",
512 wpa_printf(MSG_INFO, "RSN: SMK Peer STA " MACSTR " selected "
564 "for SMK M4/M5: peer " MACSTR,
641 MACSTR,
680 MACSTR " (ver=%d)", MAC2STR(peerkey->addr), ver)
    [all...]
pmksa_cache.c 103 MACSTR, MAC2STR(entry->aa));
234 "entry (for " MACSTR ") to make room for new one",
258 wpa_printf(MSG_DEBUG, "RSN: added PMKSA cache entry for " MACSTR,
373 "for " MACSTR, MAC2STR(aa));
468 ret = os_snprintf(pos, buf + len - pos, "%d " MACSTR " ",
wpa.c 117 wpa_printf(MSG_DEBUG, "WPA: Use BSSID (" MACSTR
394 MACSTR " (ver=%d)", MAC2STR(src_addr), ver);
466 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr),
553 "driver (alg=%d keylen=%d bssid=" MACSTR ")",
785 wpa_msg(sm->ctx->ctx, MSG_WARNING, "WPA: %s (src=" MACSTR ")",
952 MACSTR " (ver=%d)", MAC2STR(sm->bssid), ver);
984 " packet (src=" MACSTR ")", MAC2STR(sm->bssid));
993 "%d (src=" MACSTR ")",
1001 "%d (src=" MACSTR ")",
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
state_machine.h 92 wpa_printf(MSG_DEBUG, STATE_MACHINE_DEBUG_PREFIX ": " MACSTR " " \
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 121 ret = os_snprintf(pos, end - pos, "SCAN " MACSTR,
227 wpa_printf(MSG_DEBUG, " addr=" MACSTR, MAC2STR(addr));
249 wpa_printf(MSG_DEBUG, " bssid=" MACSTR,
273 "%s/AP-" MACSTR,
285 ret = os_snprintf(pos, end - pos, "ASSOC " MACSTR " ",
367 wpa_printf(MSG_DEBUG, "%s addr=" MACSTR " reason_code=%d",
380 wpa_printf(MSG_DEBUG, "%s addr=" MACSTR " reason_code=%d",
665 os_snprintf(drv->own_socket_path, len, "%s/STA-" MACSTR,
884 "%s/STA-" MACSTR, drv->test_dir, MAC2STR(dest));
887 "%s/AP-" MACSTR,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_freebsd.c 125 "not ether src " MACSTR " and "
126 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
l2_packet_pcap.c 238 "not ether src " MACSTR " and "
239 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
l2_packet_winpcap.c 182 "not ether src " MACSTR " and "
183 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "

Completed in 370 milliseconds

1 2 3