Searched refs:error_indication (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_enrollee.c | 741 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; in wps_process_cred_e() 841 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; in wps_process_ap_settings_e() 858 wps->error_indication = in wps_process_ap_settings_e() 1304 wps->error_indication, in wps_process_wsc_msg() 1313 wps->error_indication, in wps_process_wsc_msg() 1322 wps->error_indication, in wps_process_wsc_msg() 1451 wps->error_indication, wps->peer_dev.mac_addr); in wps_process_wsc_nack() 1455 wps->error_indication, wps->peer_dev.mac_addr); in wps_process_wsc_nack() 1459 wps->error_indication, wps->peer_dev.mac_addr); in wps_process_wsc_nack()
|
D | wps_i.h | 108 u16 error_indication; member 140 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 | 3012 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_msg() 3020 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_msg() 3028 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_msg() 3174 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3178 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3182 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3186 wps->error_indication, wps->mac_addr_e); in wps_process_wsc_nack() 3384 wps->error_indication, wps->mac_addr_e); in wps_registrar_process_msg()
|
D | wps.h | 512 u16 error_indication; member
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | hidl.h | 55 uint16_t error_indication); 146 uint16_t error_indication) in wpas_hidl_notify_wps_event_fail() argument
|
D | hidl.cpp | 322 uint16_t error_indication) in wpas_hidl_notify_wps_event_fail() argument 329 config_error, error_indication); in wpas_hidl_notify_wps_event_fail() 336 wpa_s, peer_macaddr, config_error, error_indication); in wpas_hidl_notify_wps_event_fail()
|
D | hidl_manager.cpp | 1005 uint16_t error_indication) in notifyWpsEventFail() argument 1022 error_indication))); in notifyWpsEventFail()
|
D | hidl_manager.h | 83 uint16_t config_error, uint16_t error_indication);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 614 if (fail->error_indication > 0 && in wpa_supplicant_wps_event_fail() 615 fail->error_indication < NUM_WPS_EI_VALUES) { in wpa_supplicant_wps_event_fail() 618 fail->msg, fail->config_error, fail->error_indication, in wpa_supplicant_wps_event_fail() 619 wps_ei_str(fail->error_indication)); in wpa_supplicant_wps_event_fail() 624 fail->error_indication, in wpa_supplicant_wps_event_fail() 625 wps_ei_str(fail->error_indication)); in wpa_supplicant_wps_event_fail() 971 data.fail.error_indication = WPS_EI_NO_ERROR; in wpas_wps_timeout() 1289 data.fail.error_indication = WPS_EI_NO_ERROR; in wpas_wps_pbc_overlap()
|
D | notify.c | 313 fail->error_indication); in wpas_notify_wps_event_fail()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 779 hapd->wps_stats.failure_reason = fail->error_indication; in hostapd_wps_event_fail() 781 if (fail->error_indication > 0 && in hostapd_wps_event_fail() 782 fail->error_indication < NUM_WPS_EI_VALUES) { in hostapd_wps_event_fail() 785 fail->msg, fail->config_error, fail->error_indication, in hostapd_wps_event_fail() 786 wps_ei_str(fail->error_indication)); in hostapd_wps_event_fail()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.c | 639 fail->error_indication) || in wpas_dbus_signal_wps_event_fail()
|