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 108 u16 error_indication; member in struct:wps_data
140 u16 config_error, u16 error_indication, const u8 *mac_addr);
wps_enrollee.c 740 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
839 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED;
856 wps->error_indication =
    [all...]
wps_common.c 272 u16 config_error, u16 error_indication, const u8 *mac_addr)
282 data.fail.error_indication = error_indication;
wps_registrar.c     [all...]
wps.h 512 u16 error_indication; member in struct:wps_event_data::wps_event_fail
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 778 hapd->wps_stats.failure_reason = fail->error_indication;
780 if (fail->error_indication > 0 &&
781 fail->error_indication < NUM_WPS_EI_VALUES) {
784 fail->msg, fail->config_error, fail->error_indication,
785 wps_ei_str(fail->error_indication));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 614 if (fail->error_indication > 0 &&
615 fail->error_indication < NUM_WPS_EI_VALUES) {
618 fail->msg, fail->config_error, fail->error_indication,
619 wps_ei_str(fail->error_indication));
624 fail->error_indication,
625 wps_ei_str(fail->error_indication));
    [all...]

Completed in 118 milliseconds