Home
last modified time | relevance | path

Searched refs:wpa_dbg (Results 1 – 20 of 20) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Devents.c112 wpa_dbg(wpa_s, MSG_DEBUG, "Select network based on association " in wpa_supplicant_select_config()
122 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is disabled"); in wpa_supplicant_select_config()
128 wpa_dbg(wpa_s, MSG_DEBUG, "Selected BSS is disallowed"); in wpa_supplicant_select_config()
134 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is temporarily " in wpa_supplicant_select_config()
139 wpa_dbg(wpa_s, MSG_DEBUG, "Network configuration found for the " in wpa_supplicant_select_config()
146 wpa_dbg(wpa_s, MSG_DEBUG, "Could not set WPA suites"); in wpa_supplicant_select_config()
251 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID from assoc IE %sfound from " in wpa_find_assoc_pmkid()
260 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: No data in PMKID candidate " in wpa_supplicant_event_pmkid_candidate()
264 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR in wpa_supplicant_event_pmkid_candidate()
344 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is configured to " in wpa_supplicant_scard_init()
[all …]
Dscan.c42 wpa_dbg(wpa_s, MSG_DEBUG, "Already associated with a configured " in wpa_supplicant_gen_assoc_event()
109 wpa_dbg(wpa_s, MSG_DEBUG, "No enabled networks (%d disabled " in wpa_supplicant_enabled_networks()
127 wpa_dbg(wpa_s, MSG_DEBUG, "wpa_supplicant_assoc_try: Reached " in wpa_supplicant_assoc_try()
203 wpa_dbg(wpa_s, MSG_INFO, "Reject scan trigger since one is already pending"); in wpa_supplicant_trigger_scan()
226 wpa_dbg(wpa_s, MSG_DEBUG, "Starting delayed sched scan"); in wpa_supplicant_delayed_sched_scan_timeout()
238 wpa_dbg(wpa_s, MSG_DEBUG, "Sched scan timeout - stopping it"); in wpa_supplicant_sched_scan_timeout()
268 wpa_dbg(wpa_s, MSG_DEBUG, "stopping sched_scan failed!"); in wpa_supplicant_stop_sched_scan()
319 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO " in wpa_supplicant_optimize_freqs()
327 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common " in wpa_supplicant_optimize_freqs()
344 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO preferred frequency %d MHz during invitation", in wpa_supplicant_optimize_freqs()
[all …]
Dsme.c73 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected SAE group %d", in sme_set_sae_group()
194 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", in sme_send_authentication()
198 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: " in sme_send_authentication()
210 wpa_dbg(wpa_s, MSG_DEBUG, "Using SAE auth_alg"); in sme_send_authentication()
318 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Trying to use FT " in sme_send_authentication()
336 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected AP supports " in sme_send_authentication()
492wpa_dbg(wpa_s, MSG_DEBUG, "SME: BSS/SSID entry for authentication not valid anymore - drop connect… in sme_auth_start_cb()
509 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Reject sme_authenticate() call since connect_work exist"); in sme_authenticate()
519 wpa_dbg(wpa_s, MSG_DEBUG, in sme_authenticate()
548 wpa_dbg(wpa_s, MSG_DEBUG, "SME: SAE authentication transaction %u " in sme_sae_auth()
[all …]
Dwpa_supplicant.c221 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec " in wpa_supplicant_req_auth_timeout()
238 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout"); in wpa_supplicant_cancel_auth_timeout()
607 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize " in wpa_supplicant_start_bgscan()
643 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize autoscan"); in wpa_supplicant_start_autoscan()
676 wpa_dbg(wpa_s, MSG_DEBUG, "State: %s -> %s", in wpa_supplicant_set_state()
879 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed"); in wpa_supplicant_reload_configuration()
889 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring", in wpa_supplicant_reconfig()
911 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set " in wpa_supplicant_suites_from_ai()
982 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0"); in wpa_supplicant_set_suites()
989 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using IEEE 802.11i/D3.0"); in wpa_supplicant_set_suites()
[all …]
Dbss.c222 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Remove id %u BSSID " MACSTR in wpa_bss_remove()
385 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Add new id %u BSSID " MACSTR in wpa_bss_add()
546 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Do not update scan IEs for " in wpa_bss_update()
603 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u", in wpa_bss_update_start()
633 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Ignore driver BSS " in wpa_bss_update_scan_res()
644 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: No SSID IE included for " in wpa_bss_update_scan_res()
649 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Too long SSID IE included for " in wpa_bss_update_scan_res()
Dp2p_supplicant.c146 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: num_unused_channels: %d", unused); in wpas_p2p_num_unused_channels()
298 wpa_dbg(wpa_s, MSG_INFO, "P2P: Reject scan trigger since one is already pending"); in wpas_p2p_scan()
1045 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: No ACK for PD Req " in wpas_p2p_send_action_tx_status()
1225 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Add persistent group PSK entry for " in wpas_p2p_add_psk_list()
1275 wpa_dbg(wpa_s, MSG_DEBUG, in p2p_go_configured()
1329 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Starting GO"); in wpas_start_wps_go()
1331 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Could not copy GO Negotiation " in wpas_start_wps_go()
1338 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Could not add network for GO"); in wpas_start_wps_go()
1386 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Request scan (that will be skipped) to " in wpas_start_wps_go()
2917 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: PD for p2p_connect-auto " in wpas_prov_disc_fail()
[all …]
Dhs20_supplicant.c232 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
244 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
254 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
263 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
369 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short WAN " in hs20_parse_rx_hs20_anqp_resp()
Dctrl_iface_unix.c211 wpa_dbg(wpa_s, MSG_DEBUG, in wpa_supplicant_ctrl_iface_receive()
225 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to reinitialize ctrl_iface socket"); in wpa_supplicant_ctrl_iface_receive()
229 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to send response to ATTACH - detaching"); in wpa_supplicant_ctrl_iface_receive()
731 wpa_dbg(wpa_s, MSG_DEBUG, in wpa_supplicant_ctrl_iface_send()
Dwnm_sta.c890 wpa_dbg(wpa_s, MSG_DEBUG, "WNM: Received WNM-Notification Request " in ieee802_11_rx_wnm_notif_req()
898 wpa_dbg(wpa_s, MSG_DEBUG, "WNM: WNM-Notification frame not " in ieee802_11_rx_wnm_notif_req()
908 wpa_dbg(wpa_s, MSG_DEBUG, "WNM: Ignore unknown " in ieee802_11_rx_wnm_notif_req()
Dctrl_iface.c4034 wpa_dbg(wpa_s, MSG_INFO, in p2p_ctrl_find()
4190 wpa_dbg(wpa_s, MSG_INFO, in p2p_ctrl_listen()
5732 wpa_dbg(wpa_s, MSG_DEBUG, "Flush all wpa_supplicant state"); in wpa_supplicant_ctrl_iface_flush()
5846 wpa_dbg(work->wpa_s, MSG_DEBUG, in wpas_ctrl_radio_work_timeout()
5868 wpa_dbg(work->wpa_s, MSG_DEBUG, "Starting external radio work %u (%s)", in wpas_ctrl_radio_work_cb()
5946 wpa_dbg(wpa_s, MSG_DEBUG, in wpas_ctrl_radio_work_done()
5986 wpa_dbg(wpa_s, MSG_DEBUG, in wpas_ctrl_radio_work_flush()
6099 wpa_dbg(wpa_s, MSG_DEBUG, "Assigned scan id %u", in wpas_ctrl_scan()
6113 wpa_dbg(wpa_s, MSG_DEBUG, "Assigned scan id %u", in wpas_ctrl_scan()
6226 wpa_dbg(wpa_s, MSG_DEBUG, "Testing - external driver event: %s", cmd); in wpas_ctrl_iface_driver_event()
[all …]
Dnotify.c644 wpa_dbg(wpa_s, MSG_DEBUG, in wpas_notify_network_bssid_set_changed()
Dwps_supplicant.c1382 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: UUID %s: %s", src, buf); in wpas_wps_set_uuid()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c47 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_eapol_key_send()
52 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_eapol_key_send()
155 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_supplicant_get_pmk()
158 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_supplicant_get_pmk()
212 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_supplicant_get_pmk()
226 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_supplicant_get_pmk()
244 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, in wpa_supplicant_get_pmk()
353 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: Sending EAPOL-Key 2/4"); in wpa_supplicant_send_2_of_4()
398 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: RX message 1 of 4-Way " in wpa_supplicant_process_1_of_4()
417 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: Do not reply to " in wpa_supplicant_process_1_of_4()
[all …]
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h37 #define wpa_dbg(args...) do { } while (0) macro
154 #define wpa_dbg(args...) wpa_msg(args) macro
/external/wpa_supplicant_8/src/ap/
Dctrl_iface_ap.c234 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "P2P: Disconnect STA " MACSTR in p2p_manager_disconnect()
279 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DEAUTHENTICATE %s", in hostapd_ctrl_iface_deauthenticate()
339 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DISASSOCIATE %s", in hostapd_ctrl_iface_disassociate()
Dhostapd.c431 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, in hostapd_flush_old_stations()
440 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Deauthenticate all stations"); in hostapd_flush_old_stations()
Dsta_info.c407 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, in ap_handle_timer()
Ddrv_callbacks.c970 wpa_dbg(hapd->msg_ctx, level, "Event %s (%d) received", in wpa_supplicant_event()
Dieee802_1x.c1711 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "EAP Timeout, STA " MACSTR, in ieee802_1x_abort_auth()
2461 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "IEEE 802.1X: Force " in ieee802_1x_finished()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3120 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: Scan trigger"); in do_process_drv_event()
3135 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: Sched scan started"); in do_process_drv_event()
3139 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: Sched scan stopped"); in do_process_drv_event()
3144 wpa_dbg(drv->ctx, MSG_DEBUG, in do_process_drv_event()
3153 wpa_dbg(drv->ctx, MSG_DEBUG, in do_process_drv_event()
3159 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: Scan aborted"); in do_process_drv_event()
3263 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: Ignored unknown event " in do_process_drv_event()
5187 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: scan request"); in wpa_driver_nl80211_scan()
5286 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: sched_scan request"); in wpa_driver_nl80211_sched_scan()
6117 wpa_dbg(drv->ctx, MSG_DEBUG, in wpa_driver_nl80211_mlme()
[all …]