/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A 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() 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() 1187 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init() 1384 if ((auth->configurator in dpp_auth_resp_rx_status() [all...] |
H A D | dpp_tcp.c | 243 } else if (conn->auth && (conn->ctrl || conn->auth->configurator) && in dpp_tcp_send() 316 if (auth->configurator) { in dpp_controller_auth_success() 324 if (!auth->configurator) in dpp_controller_auth_success() 758 if (!conn->ctrl && (!auth || !auth->configurator)) in dpp_controller_rx_conf_result() 946 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp() 1123 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req() 1181 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_comeback_req()
|
H A D | dpp_reconfig.c | 196 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector() 285 auth->configurator = 1; in dpp_reconfig_init() 667 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx() 847 if (!auth->reconfig || auth->configurator) in dpp_reconfig_auth_conf_rx()
|
H A D | dpp_i.h | 18 struct dl_list configurator; /* struct dpp_configurator */ member
|
H A D | dpp.c | 1020 pos = os_strstr(cmd, " conf=configurator"); in dpp_configuration_parse_helper() 1180 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id() 1211 wpa_printf(MSG_DEBUG, "DPP: Set configurator parameters: %s", cmd); in dpp_set_configurator() 1213 pos = os_strstr(cmd, " configurator="); in dpp_set_configurator() 1219 "DPP: Could not find the specified configurator"); in dpp_set_configurator() 1238 "DPP: Failed to set configurator parameters"); in dpp_set_configurator() 1411 return "configurator"; in dpp_netrole_str() 1434 "DPP: No configurator specified - cannot generate DPP config object"); in dpp_build_conf_obj_dpp() 1997 } else if (os_strcmp(token->string, "configurator") == 0) { in dpp_conf_req_rx() 3482 wpa_printf(MSG_DEBUG, "DPP: No configurator specifie in dpp_configurator_own_config() [all...] |
H A D | dpp.h | 303 int configurator; member
|
/third_party/python/Lib/logging/ |
H A D | config.py | 303 result = self.configurator.convert(value) 315 result = self.configurator.convert(value) 329 # Each wrapper should have a configurator attribute holding the actual 330 # configurator to use for conversion. 366 The configurator base class which defines some useful defaults. 386 self.config.configurator = self 455 value.configurator = self 458 value.configurator = self 462 value.configurator = self
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 124 struct dl_list configurator; /* struct dpp_configurator */ member 1954 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp() 1968 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp() 2244 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init() 3253 auth->configurator = 1; in dpp_auth_req_rx() 3262 auth->configurator = 0; in dpp_auth_req_rx() 3267 auth->configurator = 0; in dpp_auth_req_rx() 3270 auth->configurator = 1; in dpp_auth_req_rx() 3321 auth->configurator = 1; in dpp_auth_req_rx() 3323 auth->configurator in dpp_auth_req_rx() [all...] |
H A D | dpp.h | 221 int configurator; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 614 if (os_strncmp(pos, "configurator", 12) == 0) in hostapd_dpp_auth_init() 685 if (os_strstr(cmd, " role=configurator")) in hostapd_dpp_listen() 1034 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success() 1042 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success() 1445 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp() 2047 if (hapd->dpp_auth_ok_on_ack && auth->configurator) { in hostapd_dpp_gas_req_handler() 2375 if (os_strncmp(pos, "configurator", 12) == 0) in hostapd_dpp_controller_start()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 500 if (os_strncmp(pos, "configurator", 12) == 0) in wpas_dpp_auth_init() 658 if (os_strstr(cmd, " role=configurator")) in wpas_dpp_listen() 1153 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 1161 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 1887 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 814 if (os_strncmp(pos, "configurator", 12) == 0) in wpas_dpp_auth_init() 830 else if (os_strncmp(pos, "configurator", 12) == 0) in wpas_dpp_auth_init() 988 if (os_strstr(cmd, " role=configurator")) in wpas_dpp_listen() 998 else if (os_strstr(cmd, " netrole=configurator")) in wpas_dpp_listen() 1775 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 1783 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 2291 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp() 2335 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf() 2985 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler() 3502 if (os_strncmp(pos, "configurator", 1 in wpas_dpp_controller_start() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 437 if (os_strncmp(pos, "configurator", 12) == 0) in hostapd_dpp_auth_init() 496 if (os_strstr(cmd, " role=configurator")) in hostapd_dpp_listen() 811 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success() 819 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 109 cmd += " role=configurator" 209 cmd += " role=configurator" 478 extra = " role=configurator " + config_params 486 extra = " conf=sta-dpp configurator=%d" % conf_id 1017 parser.add_argument('--configurator', action='store_true', 1020 help='configurator parameters') 1084 configurator_only = args.configurator
|