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 117 u16 config_methods; local
129 config_methods = wps->wps->config_methods;
132 (config_methods & WPS_CONFIG_DISPLAY))) {
142 config_methods &= ~WPS_CONFIG_PUSHBUTTON;
144 config_methods &= ~(WPS_CONFIG_VIRT_PUSHBUTTON |
158 wps_build_config_methods(msg, config_methods) ||
930 if (attr->config_methods)
931 m2d->config_methods =
932 WPA_GET_BE16(attr->config_methods);
    [all...]
wps_er.h 18 u16 config_methods; member in struct:wps_er_sta
wps_upnp_i.h 100 u16 config_methods; member in struct:subscription
wps_i.h 132 const u8 *config_methods; /* 2 octets */ member in struct:wps_parse_attr
wps.h 96 u16 config_methods; member in struct:wps_device_data
328 * @config_methods: Config Methods
334 const u8 *pri_dev_type, u16 config_methods,
470 u16 config_methods; member in struct:wps_event_data::wps_event_m2d
521 u16 config_methods; member in struct:wps_event_data::wps_event_er_enrollee
640 * config_methods - Enabled configuration methods
644 u16 config_methods; member in struct:wps_context
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 320 u16 config_methods; member in struct:wps_event_data::wps_event_m2d
416 * config_methods - Enabled configuration methods
420 u16 config_methods; member in struct:wps_context
wps_i.h 116 const u8 *config_methods; /* 2 octets */ member in struct:wps_parse_attr
  /external/wpa_supplicant_8/src/p2p/
p2p.h 185 * config_methods - WPS Configuration Methods
187 u16 config_methods; member in struct:p2p_peer_info
303 u16 config_methods; member in struct:p2p_config
585 * @config_methods: Requested WPS Config Method
598 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
608 * @config_methods: Value from p2p_prov_disc_req() or 0 on failure
615 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
772 void p2p_set_config_methods(struct p2p_data *p2p, u16 config_methods);
904 * @config_methods: WPS Config Methods value (only one bit set)
910 * (config_methods = WPS_CONFIG_DISPLAY) or be prepared to enter a PIN from u
    [all...]
p2p_i.h 481 u16 config_methods; member in struct:p2p_message
516 u16 config_methods; member in struct:p2p_group_info::p2p_client_info
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 310 * config_methods - Config Methods
320 char *config_methods; member in struct:wpa_config
p2p_supplicant.c 843 C(config_methods);
1065 " pri_dev_type=%s name='%s' config_methods=0x%x "
1070 info->device_name, info->config_methods,
3505 u16 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 313 char *config_methods; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/drivers/
driver.h 3453 u16 config_methods; member in struct:wpa_event_data::p2p_dev_found
3475 u16 config_methods; member in struct:wpa_event_data::p2p_prov_disc_req
3486 u16 config_methods; member in struct:wpa_event_data::p2p_prov_disc_resp
    [all...]

Completed in 264 milliseconds