OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_indication
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_enrollee.c
682
wps->
error_indication
= WPS_EI_SECURITY_WEP_PROHIBITED;
783
wps->
error_indication
= WPS_EI_SECURITY_WEP_PROHIBITED;
801
wps->
error_indication
=
1155
wps->
error_indication
);
1163
wps->
error_indication
);
1171
wps->
error_indication
);
[
all
...]
wps_i.h
105
u16
error_indication
;
member in struct:wps_data
226
u16 config_error, u16
error_indication
);
wps_common.c
260
u16 config_error, u16
error_indication
)
270
data.fail.
error_indication
=
error_indication
;
wps.h
492
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
451
if (fail->
error_indication
> 0 &&
452
fail->
error_indication
< NUM_WPS_EI_VALUES) {
455
fail->msg, fail->config_error, fail->
error_indication
,
456
wps_event_fail_reason[fail->
error_indication
]);
461
fail->
error_indication
,
462
wps_event_fail_reason[fail->
error_indication
]);
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
547
if (fail->
error_indication
> 0 &&
548
fail->
error_indication
< NUM_WPS_EI_VALUES) {
551
fail->msg, fail->config_error, fail->
error_indication
,
552
wps_event_fail_reason[fail->
error_indication
]);
[
all
...]
Completed in 440 milliseconds