Home
last modified time | relevance | path

Searched refs:configurator (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
DREADME-DPP130 …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>
Ddpp_supplicant.c1772 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success()
1780 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success()
2284 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp()
2328 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf()
2978 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
/freebsd-12-stable/contrib/wpa/src/common/
Ddpp_auth.c349 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 && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()
[all …]
Ddpp_tcp.c243 } 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()
942 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp()
1119 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req()
1177 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_comeback_req()
Ddpp_reconfig.c285 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()
Ddpp_i.h18 struct dl_list configurator; /* struct dpp_configurator */ member
Ddpp.c1180 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id()
4165 dl_list_for_each(conf, &dpp->configurator, struct dpp_configurator, in dpp_next_configurator_id()
4209 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_add()
4231 dl_list_for_each_safe(conf, tmp, &dpp->configurator, in dpp_configurator_del()
4319 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_from_backup()
4332 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_find_kid()
4356 dl_list_init(&dpp->configurator); in dpp_global_init()
Ddpp.h303 int configurator; member
/freebsd-12-stable/contrib/wpa/src/ap/
Ddpp_hostapd.c1032 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success()
1040 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success()
1439 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp()
2041 if (hapd->dpp_auth_ok_on_ack && auth->configurator) { in hostapd_dpp_gas_req_handler()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
Ddpp-nfc.py1084 configurator_only = args.configurator