HomeSort by relevance Sort by last modified time
    Searched defs:config_methods (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_8/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) ||
1058 if (attr->config_methods)
1059 m2d->config_methods =
1060 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
336 * @config_methods: Config Methods
342 const u8 *pri_dev_type, u16 config_methods,
527 u16 config_methods; member in struct:wps_event_data::wps_event_m2d
584 u16 config_methods; member in struct:wps_event_data::wps_event_er_enrollee
693 * config_methods - Enabled configuration methods
697 u16 config_methods; member in struct:wps_context
  /external/wpa_supplicant_8/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;
186 u16 config_methods = dev->req_config_methods; local
224 p2ps_add_pd_req_attrs(p2p, dev, buf, config_methods);
232 p2p_build_wps_ie_config_methods(buf, config_methods);
250 u16 config_methods,
391 p2p_build_wps_ie_config_methods(buf, config_methods);
571 u16 config_methods; local
    [all...]
p2p.h 265 * config_methods - WPS Methods which are allowed for this service
267 u16 config_methods; member in struct:p2ps_advertisement
364 * config_methods - WPS Configuration Methods
366 u16 config_methods; member in struct:p2p_peer_info
537 u16 config_methods; member in struct:p2p_config
849 * @config_methods: Requested WPS Config Method
862 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
872 * @config_methods: Value from p2p_prov_disc_req() or 0 on failure
879 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
    [all...]
p2p_i.h 624 u16 config_methods; member in struct:p2p_message
690 u16 config_methods; member in struct:p2p_group_info::p2p_client_info
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant_sd.c 655 wpabuf_put_be16(resp, adv_data->config_methods);
830 u16 config_methods; local
850 config_methods = WPA_GET_BE16(pos);
884 svc_status, config_methods, svc_str,
891 svc_status, config_methods, svc_str);
1197 u16 config_methods, const char *svc_info,
1203 adv_str, svc_state, config_methods,
config.h 711 * config_methods - Config Methods
721 char *config_methods; member in struct:wpa_config
998 * config method is left in M1 (if included in config_methods
    [all...]
p2p_supplicant.c 6743 u16 config_methods; local
    [all...]
ctrl_iface.c 6015 u32 auto_accept, adv_id, svc_state, config_methods; local
    [all...]
  /external/wpa_supplicant_8/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))
522 int config_methods = 0; local
908 int config_methods = 0; local
1181 int config_methods = -1; local
1259 int config_methods = items[4].toInt(0, 0); local
1341 int config_methods = local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 461 char *config_methods; member in struct:hostapd_bss_config

Completed in 238 milliseconds