/external/wpa_supplicant_8/src/wps/ |
wps_i.h | 105 u16 error_indication; member in struct:wps_data 137 u16 config_error, u16 error_indication, const u8 *mac_addr);
|
wps_enrollee.c | 679 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; 780 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; 798 wps->error_indication = 1208 wps->error_indication, [all...] |
wps_common.c | 269 u16 config_error, u16 error_indication, const u8 *mac_addr) 279 data.fail.error_indication = error_indication;
|
wps_registrar.c | [all...] |
wps.h | 508 u16 error_indication; member in struct:wps_event_data::wps_event_fail
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 803 hapd->wps_stats.failure_reason = fail->error_indication; 805 if (fail->error_indication > 0 && 806 fail->error_indication < NUM_WPS_EI_VALUES) { 809 fail->msg, fail->config_error, fail->error_indication, 810 wps_ei_str(fail->error_indication)); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 581 if (fail->error_indication > 0 && 582 fail->error_indication < NUM_WPS_EI_VALUES) { 585 fail->msg, fail->config_error, fail->error_indication, 586 wps_ei_str(fail->error_indication)); 591 fail->error_indication, 592 wps_ei_str(fail->error_indication)); [all...] |