OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sel_reg_config_methods
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_upnp_ap.c
55
s->config_methods = attr.
sel_reg_config_methods
?
56
WPA_GET_BE16(attr.
sel_reg_config_methods
) : -1;
wps.c
227
* In theory, this could also verify that attr.
sel_reg_config_methods
240
if (!attr.
sel_reg_config_methods
||
241
!(WPA_GET_BE16(attr.
sel_reg_config_methods
) &
253
* In theory, this could also verify that attr.
sel_reg_config_methods
268
if (!attr->
sel_reg_config_methods
||
269
!(WPA_GET_BE16(attr->
sel_reg_config_methods
) &
591
if (attr.
sel_reg_config_methods
) {
595
WPA_GET_BE16(attr.
sel_reg_config_methods
));
wps_attr_parse.h
27
const u8 *
sel_reg_config_methods
; /* 2 octets */
member in struct:wps_parse_attr
wps.h
307
* @
sel_reg_config_methods
: Bit field of active config methods
317
u16
sel_reg_config_methods
);
561
u16
sel_reg_config_methods
;
member in struct:wps_event_data::wps_event_er_set_selected_registrar
828
u16
sel_reg_config_methods
);
wps_er.c
[
all
...]
wps_validate.c
1104
wps_validate_sel_reg_config_methods(attr.
sel_reg_config_methods
,
1144
wps_validate_sel_reg_config_methods(attr.
sel_reg_config_methods
,
[
all
...]
wps_attr_parse.c
223
attr->
sel_reg_config_methods
= pos;
wps_registrar.c
155
u16
sel_reg_config_methods
);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
785
"
sel_reg_config_methods
=0x%x",
787
ev->
sel_reg_config_methods
);
[
all
...]
Completed in 135 milliseconds