/external/autotest/server/cros/ap_configurators/ |
D | ap_cartridge.py | 31 for configurator in configurators: 32 self.cartridge.put(configurator) 35 def push_configurator(self, configurator): argument 40 self.cartridge.put(configurator) 45 configurator = self.cartridge.get() 49 if configurator.pdu in broken_pdus: 50 configurator.configuration_success = ap_constants.PDU_FAIL 51 raise ap_configurator.PduNotResponding(configurator.pdu) 52 configurator.apply_settings() 54 if configurator.pdu not in broken_pdus: [all …]
|
D | ap_batch_locker.py | 31 def __init__(self, configurator, retries): argument 37 self.configurator = configurator 46 self.configurator.host_name, 132 if self.manager.lock([ap_locker.configurator.host_name]): 134 logging.info('locked %s', ap_locker.configurator.host_name) 141 ap_locker.configurator.host_name) 144 ap_locker.configurator.host_name) 166 logging.info('checking %s', ap_locker.configurator.host_name) 169 ap_batch.append(ap_locker.configurator) 178 ap.configurator.host_name) [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-DPP | 130 …uth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configurator-id> 167 (returns configurator id) 168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
|
D | dpp_supplicant.c | 1535 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 1543 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 2013 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp() 2057 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf() 2685 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_auth.c | 348 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp() 362 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp() 850 auth->configurator = 1; in dpp_auth_req_rx() 859 auth->configurator = 0; in dpp_auth_req_rx() 864 auth->configurator = 0; in dpp_auth_req_rx() 867 auth->configurator = 1; in dpp_auth_req_rx() 918 auth->configurator = 1; in dpp_auth_req_rx() 920 auth->configurator = 0; in dpp_auth_req_rx() 1188 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init() 1385 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status() [all …]
|
D | dpp_tcp.c | 204 } else if (conn->auth && (conn->ctrl || conn->auth->configurator) && in dpp_tcp_send() 275 if (auth->configurator) { in dpp_controller_auth_success() 283 if (!auth->configurator) in dpp_controller_auth_success() 709 if (!conn->ctrl && (!auth || !auth->configurator)) in dpp_controller_rx_conf_result() 884 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp() 984 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req()
|
D | dpp_reconfig.c | 188 auth->configurator = 1; in dpp_reconfig_init() 592 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx() 772 if (!auth->reconfig || auth->configurator) in dpp_reconfig_auth_conf_rx()
|
D | dpp_i.h | 18 struct dl_list configurator; /* struct dpp_configurator */ member
|
D | dpp.c | 1159 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id() 3844 dl_list_for_each(conf, &dpp->configurator, struct dpp_configurator, in dpp_next_configurator_id() 3878 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_add() 3898 dl_list_for_each_safe(conf, tmp, &dpp->configurator, in dpp_configurator_del() 3981 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_from_backup() 3994 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_find_kid() 4020 dl_list_init(&dpp->configurator); in dpp_global_init()
|
D | dpp.h | 287 int configurator; member
|
/external/python/cpython3/Lib/logging/ |
D | config.py | 291 result = self.configurator.convert(value) 303 result = self.configurator.convert(value) 374 self.config.configurator = self 445 value.configurator = self 448 value.configurator = self 452 value.configurator = self
|
/external/python/cpython2/Lib/logging/ |
D | config.py | 289 result = self.configurator.convert(value) 301 result = self.configurator.convert(value) 372 self.config.configurator = self 449 value.configurator = self 452 value.configurator = self 456 value.configurator = self
|
/external/autotest/server/cros/clique_lib/ |
D | clique_runner.py | 264 ap.configurator.host_name) 271 ap.configurator.host_name)
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | platform_PrinterPpds.py | 19 import configurator 119 self._configurator = configurator.Configurator()
|
/external/libcxx/cmake/Modules/ |
D | HandleOutOfTreeLLVM.cmake | 112 # the configurator should write the script into.
|
/external/libcxxabi/cmake/Modules/ |
D | HandleOutOfTreeLLVM.cmake | 113 # the configurator should write the script into.
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 936 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success() 944 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success() 1323 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp()
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | dpp-nfc.py | 764 configurator_only = args.configurator
|
/external/python/cpython2/Doc/library/ |
D | logging.config.rst | 568 callable on a configurator *instance*.
|
/external/python/cpython3/Doc/library/ |
D | logging.config.rst | 620 callable on a configurator *instance*.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 41108 configurator %7157
|