Home
last modified time | relevance | path

Searched refs:error_indication (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/wpa/src/wps/
HDwps_enrollee.c688 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; in wps_process_cred_e()
789 wps->error_indication = WPS_EI_SECURITY_WEP_PROHIBITED; in wps_process_ap_settings_e()
807 wps->error_indication = in wps_process_ap_settings_e()
1165 wps->error_indication); in wps_process_wsc_msg()
1173 wps->error_indication); in wps_process_wsc_msg()
1181 wps->error_indication); in wps_process_wsc_msg()
1309 wps->error_indication); in wps_process_wsc_nack()
1313 wps->error_indication); in wps_process_wsc_nack()
1317 wps->error_indication); in wps_process_wsc_nack()
HDwps_i.h102 u16 error_indication; member
134 u16 config_error, u16 error_indication);
HDwps_common.c269 u16 config_error, u16 error_indication) in wps_fail_event() argument
279 data.fail.error_indication = error_indication; in wps_fail_event()
HDwps_registrar.c2897 wps->error_indication); in wps_process_wsc_msg()
2905 wps->error_indication); in wps_process_wsc_msg()
2913 wps->error_indication); in wps_process_wsc_msg()
3059 wps->error_indication); in wps_process_wsc_nack()
3063 wps->error_indication); in wps_process_wsc_nack()
3067 wps->error_indication); in wps_process_wsc_nack()
3071 wps->error_indication); in wps_process_wsc_nack()
3261 wps->error_indication); in wps_registrar_process_msg()
HDwps.h489 u16 error_indication; member
/trueos/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c480 if (fail->error_indication > 0 && in wpa_supplicant_wps_event_fail()
481 fail->error_indication < NUM_WPS_EI_VALUES) { in wpa_supplicant_wps_event_fail()
484 fail->msg, fail->config_error, fail->error_indication, in wpa_supplicant_wps_event_fail()
485 wps_event_fail_reason[fail->error_indication]); in wpa_supplicant_wps_event_fail()
490 fail->error_indication, in wpa_supplicant_wps_event_fail()
491 wps_event_fail_reason[fail->error_indication]); in wpa_supplicant_wps_event_fail()
/trueos/contrib/wpa/src/ap/
HDwps_hostapd.c629 if (fail->error_indication > 0 && in hostapd_wps_event_fail()
630 fail->error_indication < NUM_WPS_EI_VALUES) { in hostapd_wps_event_fail()
633 fail->msg, fail->config_error, fail->error_indication, in hostapd_wps_event_fail()
634 wps_event_fail_reason[fail->error_indication]); in hostapd_wps_event_fail()