Searched refs:error_indication (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_enrollee.c | 745 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; in wps_process_cred_e() 845 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; in wps_process_ap_settings_e() 862 wps->error_indication = in wps_process_ap_settings_e() 1319 wps->error_indication, in wps_process_wsc_msg() 1328 wps->error_indication, in wps_process_wsc_msg() 1337 wps->error_indication, in wps_process_wsc_msg() 1466 wps->error_indication, wps->peer_dev.mac_addr); in wps_process_wsc_nack() 1470 wps->error_indication, wps->peer_dev.mac_addr); in wps_process_wsc_nack() 1474 wps->error_indication, wps->peer_dev.mac_addr); in wps_process_wsc_nack()
|
D | wps_i.h | 108 u16 error_indication; member 142 u16 config_error, u16 error_indication, const u8 *mac_addr);
|
D | wps_common.c | 273 u16 config_error, u16 error_indication, const u8 *mac_addr) in wps_fail_event() argument 283 data.fail.error_indication = error_indication; in wps_fail_event()
|
D | wps_registrar.c | 3088 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_msg() 3096 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_msg() 3104 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_msg() 3250 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3254 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3258 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3262 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3460 wps->error_indication, wps->mac_addr_e); in wps_registrar_process_msg()
|
D | wps.h | 554 u16 error_indication; member
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | hidl.h | 61 uint16_t config_error, uint16_t error_indication); 182 uint16_t error_indication) in wpas_hidl_notify_wps_event_fail() argument
|
D | hidl.cpp | 351 uint16_t error_indication) in wpas_hidl_notify_wps_event_fail() argument 358 config_error, error_indication); in wpas_hidl_notify_wps_event_fail() 365 wpa_s, peer_macaddr, config_error, error_indication); in wpas_hidl_notify_wps_event_fail()
|
D | hidl_manager.h | 115 uint16_t config_error, uint16_t error_indication);
|
D | hidl_manager.cpp | 1176 uint16_t error_indication) in notifyWpsEventFail() argument 1193 error_indication))); in notifyWpsEventFail()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 637 if (fail->error_indication > 0 && in wpa_supplicant_wps_event_fail() 638 fail->error_indication < NUM_WPS_EI_VALUES) { in wpa_supplicant_wps_event_fail() 641 fail->msg, fail->config_error, fail->error_indication, in wpa_supplicant_wps_event_fail() 642 wps_ei_str(fail->error_indication)); in wpa_supplicant_wps_event_fail() 647 fail->error_indication, in wpa_supplicant_wps_event_fail() 648 wps_ei_str(fail->error_indication)); in wpa_supplicant_wps_event_fail() 994 data.fail.error_indication = WPS_EI_NO_ERROR; in wpas_wps_timeout() 1331 data.fail.error_indication = WPS_EI_NO_ERROR; in wpas_wps_pbc_overlap()
|
D | notify.c | 346 fail->error_indication); in wpas_notify_wps_event_fail()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 871 hapd->wps_stats.failure_reason = fail->error_indication; in hostapd_wps_event_fail() 873 if (fail->error_indication > 0 && in hostapd_wps_event_fail() 874 fail->error_indication < NUM_WPS_EI_VALUES) { in hostapd_wps_event_fail() 877 fail->msg, fail->config_error, fail->error_indication, in hostapd_wps_event_fail() 878 wps_ei_str(fail->error_indication)); in hostapd_wps_event_fail()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.c | 641 fail->error_indication) || in wpas_dbus_signal_wps_event_fail()
|