HomeSort by relevance Sort by last modified time
    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_attr_parse.h 27 const u8 *sel_reg_config_methods; /* 2 octets */ member in struct:wps_parse_attr
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.h 310 * @sel_reg_config_methods: Bit field of active config methods
320 u16 sel_reg_config_methods);
564 u16 sel_reg_config_methods; member in struct:wps_event_data::wps_event_er_set_selected_registrar
843 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 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 791 "sel_reg_config_methods=0x%x",
793 ev->sel_reg_config_methods);
    [all...]

Completed in 139 milliseconds