/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 | 1780 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 1788 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 2303 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp() 2347 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf() 2975 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 | 349 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp() 363 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp() 851 auth->configurator = 1; in dpp_auth_req_rx() 860 auth->configurator = 0; in dpp_auth_req_rx() 865 auth->configurator = 0; in dpp_auth_req_rx() 868 auth->configurator = 1; in dpp_auth_req_rx() 919 auth->configurator = 1; in dpp_auth_req_rx() 921 auth->configurator = 0; in dpp_auth_req_rx() 1189 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init() 1386 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status() [all …]
|
D | dpp_tcp.c | 223 } else if (conn->auth && (conn->ctrl || conn->auth->configurator) && in dpp_tcp_send() 296 if (auth->configurator) { in dpp_controller_auth_success() 304 if (!auth->configurator) in dpp_controller_auth_success() 731 if (!conn->ctrl && (!auth || !auth->configurator)) in dpp_controller_rx_conf_result() 916 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp() 1093 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req() 1151 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_comeback_req()
|
D | dpp_reconfig.c | 289 auth->configurator = 1; in dpp_reconfig_init() 671 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx() 851 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 | 1193 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id() 4167 dl_list_for_each(conf, &dpp->configurator, struct dpp_configurator, in dpp_next_configurator_id() 4211 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_add() 4233 dl_list_for_each_safe(conf, tmp, &dpp->configurator, in dpp_configurator_del() 4330 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_from_backup() 4343 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_find_kid() 4367 dl_list_init(&dpp->configurator); in dpp_global_init()
|
D | dpp.h | 301 int configurator; member
|
/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/python/cpython3/Lib/logging/ |
D | config.py | 292 result = self.configurator.convert(value) 304 result = self.configurator.convert(value) 375 self.config.configurator = self 446 value.configurator = self 449 value.configurator = self 453 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 114 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/llvm-project/libunwind/ |
D | CMakeLists.txt | 41 # the configurator should write the script into.
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 1031 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success() 1039 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success() 1437 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp()
|
/external/llvm-project/libcxxabi/ |
D | CMakeLists.txt | 43 # the configurator should write the script into.
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | dpp-nfc.py | 1084 configurator_only = args.configurator
|
/external/llvm-project/libcxx/ |
D | CMakeLists.txt | 45 # the configurator should write the script into.
|
/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
|