HomeSort by: relevance | last modified time | path
    Searched defs:config_methods (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps_enrollee.c 107 u16 config_methods; local
120 config_methods = wps->wps->config_methods;
123 (config_methods & WPS_CONFIG_DISPLAY))) {
133 config_methods &= ~WPS_CONFIG_PUSHBUTTON;
134 config_methods &= ~(WPS_CONFIG_VIRT_PUSHBUTTON |
150 wps_build_config_methods(msg, config_methods) ||
1067 if (attr->config_methods)
1068 m2d->config_methods =
1069 WPA_GET_BE16(attr->config_methods);
    [all...]
wps_er.h 18 u16 config_methods; member in struct:wps_er_sta
wps_attr_parse.h 26 const u8 *config_methods; /* 2 octets */ member in struct:wps_parse_attr
wps_upnp_i.h 100 u16 config_methods; member in struct:subscription
wps.h 98 u16 config_methods; member in struct:wps_device_data
342 * @config_methods: Config Methods
348 const u8 *pri_dev_type, u16 config_methods,
536 u16 config_methods; member in struct:wps_event_data::wps_event_m2d
593 u16 config_methods; member in struct:wps_event_data::wps_event_er_enrollee
702 * config_methods - Enabled configuration methods
706 u16 config_methods; member in struct:wps_context
  /src/external/bsd/wpa/dist/src/p2p/
p2p_pd.c 27 u16 config_methods)
37 wpabuf_put_be16(buf, config_methods);
96 struct wpabuf *buf, u16 config_methods)
116 prov->method = config_methods;
192 u16 config_methods = dev->req_config_methods; local
230 p2ps_add_pd_req_attrs(p2p, dev, buf, config_methods);
238 p2p_build_wps_ie_config_methods(buf, config_methods);
256 u16 config_methods,
403 p2p_build_wps_ie_config_methods(buf, config_methods);
583 u16 config_methods; local
    [all...]
p2p.h 269 * config_methods - WPS Methods which are allowed for this service
271 u16 config_methods; member in struct:p2ps_advertisement
368 * config_methods - WPS Configuration Methods
370 u16 config_methods; member in struct:p2p_peer_info
546 u16 config_methods; member in struct:p2p_config
860 * @config_methods: Requested WPS Config Method
873 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
883 * @config_methods: Value from p2p_prov_disc_req() or 0 on failure
890 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
1199 void p2p_set_config_methods(struct p2p_data *p2p, u16 config_methods);
    [all...]
p2p_i.h 607 u16 config_methods; member in struct:p2p_message
673 u16 config_methods; member in struct:p2p_group_info::p2p_client_info
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant_sd.c 646 wpabuf_put_be16(resp, adv_data->config_methods);
821 u16 config_methods; local
841 config_methods = WPA_GET_BE16(pos);
875 svc_status, config_methods, svc_str,
882 svc_status, config_methods, svc_str);
1188 u16 config_methods, const char *svc_info,
1194 adv_str, svc_state, config_methods,
config.h 791 * config_methods - Config Methods
801 char *config_methods; member in struct:wpa_config
1102 * config method is left in M1 (if included in config_methods
p2p_supplicant.c 2181 C(config_methods);
2604 " config_methods=0x%x"
2624 " pri_dev_type=%s name='%s' config_methods=0x%x "
2629 info->device_name, info->config_methods,
2836 static void wpas_prov_disc_req(void *ctx, const u8 *peer, u16 config_methods,
2868 " pri_dev_type=%s name='%s' config_methods=0x%x "
2880 if (config_methods & WPS_CONFIG_DISPLAY) {
2890 } else if (config_methods & WPS_CONFIG_KEYPAD)
2892 else if (config_methods & WPS_CONFIG_PUSHBUTTON)
2898 config_methods, generated_pin)
7353 u16 config_methods; local
    [all...]
ctrl_iface.c 6807 u32 auto_accept, adv_id, svc_state, config_methods; local
6858 /* config_methods is mandatory */
6860 if (sscanf(pos, "%x", &config_methods) != 1)
6863 if (!(config_methods &
6912 (u8) svc_state, (u16) config_methods,
7370 "config_methods=0x%x\n"
7382 info->config_methods,
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
peers.cpp 186 int config_methods = -1; local
189 config_methods = var.toInt();
201 (config_methods == -1 || (config_methods & 0x010c))) {
210 config_methods > -1 &&
211 config_methods & 0x0080 /* PBC */ &&
212 config_methods != 0x0080)
222 if (config_methods > -1 && (config_methods & 0x0100)) {
228 if (config_methods > -1 && (config_methods & 0x000c))
524 int config_methods = 0; local
910 int config_methods = 0; local
1183 int config_methods = -1; local
1261 int config_methods = items[4].toInt(0, 0); local
1343 int config_methods = local
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 504 char *config_methods; member in struct:hostapd_bss_config

Completed in 35 milliseconds