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

  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 123 u16 config_methods; local
135 config_methods = wps->wps->config_methods;
138 (config_methods & WPS_CONFIG_DISPLAY))) {
148 config_methods &= ~WPS_CONFIG_PUSHBUTTON;
150 config_methods &= ~(WPS_CONFIG_VIRT_PUSHBUTTON |
164 wps_build_config_methods(msg, config_methods) ||
909 if (attr->config_methods)
910 m2d->config_methods =
911 WPA_GET_BE16(attr->config_methods);
    [all...]
wps_er.h 24 u16 config_methods; member in struct:wps_er_sta
wps_upnp_i.h 100 u16 config_methods; member in struct:subscription
wps_i.h 138 const u8 *config_methods; /* 2 octets */ member in struct:wps_parse_attr
wps.h 332 * @config_methods: Config Methods
338 const u8 *pri_dev_type, u16 config_methods,
469 u16 config_methods; member in struct:wps_event_data::wps_event_m2d
520 u16 config_methods; member in struct:wps_event_data::wps_event_er_enrollee
639 * config_methods - Enabled configuration methods
643 u16 config_methods; member in struct:wps_context
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 312 * config_methods - Config Methods
322 char *config_methods; member in struct:wpa_config
  /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 188 * config_methods - WPS Configuration Methods
190 u16 config_methods; member in struct:p2p_peer_info
317 u16 config_methods; member in struct:p2p_config
598 * @config_methods: Requested WPS Config Method
609 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
618 * @config_methods: Value from p2p_prov_disc_req() or 0 on failure
625 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
773 void p2p_set_config_methods(struct p2p_data *p2p, u16 config_methods);
899 * @config_methods: WPS Config Methods value (only one bit set)
904 * (config_methods = WPS_CONFIG_DISPLAY) or be prepared to enter a PIN from u
    [all...]
p2p_i.h 459 u16 config_methods; member in struct:p2p_message
494 u16 config_methods; member in struct:p2p_group_info::p2p_client_info
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 192 int config_methods = -1; local
195 config_methods = var.toInt();
207 (config_methods == -1 || (config_methods & 0x010c))) {
216 config_methods > -1 &&
217 config_methods & 0x0080 /* PBC */ &&
218 config_methods != 0x0080)
228 if (config_methods > -1 && (config_methods & 0x0100)) {
234 if (config_methods > -1 && (config_methods & 0x000c))
528 int config_methods = 0; local
914 int config_methods = 0; local
1187 int config_methods = -1; local
1265 int config_methods = items[4].toInt(0, 0); local
1347 int config_methods = local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 305 char *config_methods; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/drivers/
driver.h 3151 u16 config_methods; member in struct:wpa_event_data::p2p_dev_found
3173 u16 config_methods; member in struct:wpa_event_data::p2p_prov_disc_req
3184 u16 config_methods; member in struct:wpa_event_data::p2p_prov_disc_resp
    [all...]

Completed in 131 milliseconds