HomeSort by relevance Sort by last modified time
    Searched refs:sel_reg_config_methods (Results 1 - 12 of 12) 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 218 * In theory, this could also verify that attr.sel_reg_config_methods
231 if (!attr.sel_reg_config_methods ||
232 !(WPA_GET_BE16(attr.sel_reg_config_methods) &
244 * In theory, this could also verify that attr.sel_reg_config_methods
259 if (!attr->sel_reg_config_methods ||
260 !(WPA_GET_BE16(attr->sel_reg_config_methods) &
582 if (attr.sel_reg_config_methods) {
586 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 315 * @sel_reg_config_methods: Bit field of active config methods
325 u16 sel_reg_config_methods);
545 u16 sel_reg_config_methods; member in struct:wps_event_data::wps_event_er_set_selected_registrar
836 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_6/wpa_supplicant/src/wps/
wps_attr_parse.c 111 attr->sel_reg_config_methods = pos;
wps_i.h 117 const u8 *sel_reg_config_methods; /* 2 octets */ member in struct:wps_parse_attr
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 608 "sel_reg_config_methods=0x%x",
610 ev->sel_reg_config_methods);
1079 u16 sel_reg_config_methods)
1087 "dev_password_id=%u sel_reg_config_methods=0x%x",
1088 sel_reg, dev_passwd_id, sel_reg_config_methods);
1090 sel_reg_config_methods);
    [all...]

Completed in 338 milliseconds