HomeSort by relevance Sort by last modified time
    Searched refs:error_indication (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_i.h 102 u16 error_indication; member in struct:wps_data
134 u16 config_error, u16 error_indication);
wps_enrollee.c 704 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
805 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
823 wps->error_indication =
1181 wps->error_indication);
1189 wps->error_indication);
1197 wps->error_indication);
    [all...]
wps_common.c 269 u16 config_error, u16 error_indication)
279 data.fail.error_indication = error_indication;
wps.h 498 u16 error_indication; member in struct:wps_event_data::wps_event_fail
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 461 if (fail->error_indication > 0 &&
462 fail->error_indication < NUM_WPS_EI_VALUES) {
465 fail->msg, fail->config_error, fail->error_indication,
466 wps_event_fail_reason[fail->error_indication]);
471 fail->error_indication,
472 wps_event_fail_reason[fail->error_indication]);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 631 if (fail->error_indication > 0 &&
632 fail->error_indication < NUM_WPS_EI_VALUES) {
635 fail->msg, fail->config_error, fail->error_indication,
636 wps_event_fail_reason[fail->error_indication]);
    [all...]

Completed in 137 milliseconds