OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sel_reg_config_methods
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_upnp_ap.c
53
s->config_methods = attr.
sel_reg_config_methods
?
54
WPA_GET_BE16(attr.
sel_reg_config_methods
) : -1;
wps.c
238
* In theory, this could also verify that attr.
sel_reg_config_methods
251
if (!attr.
sel_reg_config_methods
||
252
!(WPA_GET_BE16(attr.
sel_reg_config_methods
) &
264
* In theory, this could also verify that attr.
sel_reg_config_methods
279
if (!attr->
sel_reg_config_methods
||
280
!(WPA_GET_BE16(attr->
sel_reg_config_methods
) &
593
if (attr.
sel_reg_config_methods
) {
597
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
311
* @
sel_reg_config_methods
: Bit field of active config methods
321
u16
sel_reg_config_methods
);
565
u16
sel_reg_config_methods
;
member in struct:wps_event_data::wps_event_er_set_selected_registrar
855
u16
sel_reg_config_methods
);
wps_er.c
[
all
...]
wps_validate.c
1106
wps_validate_sel_reg_config_methods(attr.
sel_reg_config_methods
,
1146
wps_validate_sel_reg_config_methods(attr.
sel_reg_config_methods
,
[
all
...]
wps_attr_parse.c
231
attr->
sel_reg_config_methods
= pos;
wps_registrar.c
157
u16
sel_reg_config_methods
);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
821
"
sel_reg_config_methods
=0x%x",
823
ev->
sel_reg_config_methods
);
[
all
...]
Completed in 317 milliseconds