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_enrollee.c 703 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
804 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
822 wps->error_indication =
1180 wps->error_indication);
1188 wps->error_indication);
1196 wps->error_indication);
    [all...]
wps_i.h 99 u16 error_indication; member in struct:wps_data
220 u16 config_error, u16 error_indication);
wps_common.c 253 u16 config_error, u16 error_indication)
263 data.fail.error_indication = error_indication;
wps.h 493 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 454 if (fail->error_indication > 0 &&
455 fail->error_indication < NUM_WPS_EI_VALUES) {
458 fail->msg, fail->config_error, fail->error_indication,
459 wps_event_fail_reason[fail->error_indication]);
464 fail->error_indication,
465 wps_event_fail_reason[fail->error_indication]);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 610 if (fail->error_indication > 0 &&
611 fail->error_indication < NUM_WPS_EI_VALUES) {
614 fail->msg, fail->config_error, fail->error_indication,
615 wps_event_fail_reason[fail->error_indication]);
    [all...]

Completed in 320 milliseconds