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 105 u16 error_indication; member in struct:wps_data
137 u16 config_error, u16 error_indication);
wps_enrollee.c 688 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
789 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
807 wps->error_indication =
1199 wps->error_indication);
1207 wps->error_indication);
1215 wps->error_indication);
    [all...]
wps_common.c 269 u16 config_error, u16 error_indication)
279 data.fail.error_indication = error_indication;
wps.h 489 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 503 if (fail->error_indication > 0 &&
504 fail->error_indication < NUM_WPS_EI_VALUES) {
507 fail->msg, fail->config_error, fail->error_indication,
508 wps_event_fail_reason[fail->error_indication]);
513 fail->error_indication,
514 wps_event_fail_reason[fail->error_indication]);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 746 if (fail->error_indication > 0 &&
747 fail->error_indication < NUM_WPS_EI_VALUES) {
750 fail->msg, fail->config_error, fail->error_indication,
751 wps_event_fail_reason[fail->error_indication]);
    [all...]

Completed in 37 milliseconds