| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | README-DPP | 16 Configurator is used to provide network credentials to the devices. The 44 Configurator build config 47 Any STA or AP device can act as a Configurator. Enable DPP in build 48 config. For an AP to act as a Configurator, Interworking needs to be 85 Creating Configurator 88 Add a Configurator over the control interface (wpa_cli/hostapd_cli) 93 To get key of Configurator 97 How to configure an Enrollee using Configurator 121 On Configurator side: 123 Enter the QR Code in the Configurator. [all …]
|
| H A D | dpp_supplicant.c | 912 if (os_strncmp(pos, "configurator", 12) == 0) in wpas_dpp_auth_init() 928 else if (os_strncmp(pos, "configurator", 12) == 0) in wpas_dpp_auth_init() 1092 if (os_strstr(cmd, " role=configurator")) in wpas_dpp_listen() 1102 else if (os_strstr(cmd, " netrole=configurator")) in wpas_dpp_listen() 1847 wpa_printf(MSG_DEBUG, "DPP: Received Configurator backup"); in wpas_dpp_handle_key_pkg() 2076 * remain waiting indefinitely for the response if the Configurator in wpas_dpp_start_gas_client() 2081 * Configurator to determine what kind of configuration to provide. */ in wpas_dpp_start_gas_client() 2106 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 2114 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 2578 "Missing or invalid required Configurator C-sign key Hash attribute"); in wpas_dpp_rx_reconfig_announcement() [all …]
|
| H A D | config_ssid.h | 1126 * dpp_csign - C-sign-key (Configurator public key) 1136 * dpp_pp_key - ppKey (Configurator privacy protection public key)
|
| H A D | wpa_cli.c | 4173 …=<passphrase>] [configurator=<id>] [conn_status=#] [akm_use_selector=<0|1>] [group_id=..] [expiry=… 4183 "[curve=..] [key=..] = add DPP configurator" }, 4186 "*|<id> = remove DPP configurator" }, 4189 "<id> = Get DPP configurator's private key" }, 4192 "conf=<role> configurator=<id> = generate self DPP configuration" },
|
| H A D | ChangeLog | 38 - allow Configurator parameters to be provided during config exchange
|
| /freebsd/contrib/wpa/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() 846 "DPP: Local policy does not allow Configurator role"); in dpp_auth_req_rx() 849 wpa_printf(MSG_DEBUG, "DPP: Acting as Configurator"); in dpp_auth_req_rx() 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() 866 wpa_printf(MSG_DEBUG, "DPP: Acting as Configurator"); in dpp_auth_req_rx() 867 auth->configurator = 1; in dpp_auth_req_rx() 870 "DPP: Local policy does not allow Configurator/Enrollee role"); in dpp_auth_req_rx() [all …]
|
| H A D | dpp_reconfig.c | 26 wpa_printf(MSG_DEBUG, "DPP: Configurator C-sign key Hash"); in dpp_build_attr_csign_key_hash() 100 /* Configurator C-sign key Hash */ in dpp_build_reconfig_announcement() 197 "DPP: Sign own Configurator Connector for reconfiguration with curve %s", in dpp_configurator_build_own_connector() 212 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector() 301 auth->configurator = 1; in dpp_reconfig_init() 683 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx() 863 if (!auth->reconfig || auth->configurator) in dpp_reconfig_auth_conf_rx()
|
| H A D | dpp_backup.c | 2 * DPP configurator backup 230 * on Configurator signing key length, prf is in dpp_build_pbkdf2_alg_id() 231 * id-hmacWithSHA{256,384,512} based on Configurator signing key. in dpp_build_pbkdf2_alg_id() 459 "DPP: No Configurator instance selected for the session - cannot build DPPEnvelopedData"); in dpp_build_enveloped_data() 465 "DPP: Configurator provisioning not allowed"); in dpp_build_enveloped_data() 628 * on Configurator signing key length, prf is in dpp_parse_recipient_infos() 629 * id-hmacWithSHA{256,384,512} based on Configurator signing key. in dpp_parse_recipient_infos()
|
| H A D | dpp.c | 1205 pos = os_strstr(cmd, " conf=configurator"); in dpp_configuration_parse_helper() 1408 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id() 1439 wpa_printf(MSG_DEBUG, "DPP: Set configurator parameters: %s", cmd); in dpp_set_configurator() 1448 pos = os_strstr(cmd, " configurator="); in dpp_set_configurator() 1454 "DPP: Could not find the specified configurator"); in dpp_set_configurator() 1473 "DPP: Failed to set configurator parameters"); in dpp_set_configurator() 1656 return "configurator"; in dpp_netrole_str() 1706 "DPP: No configurator specified - cannot generate DPP config object"); in dpp_build_conf_obj_dpp() 1933 "DPP: Update Configurator to require netAccessKey curve %s based on first provisioning", in dpp_build_conf_obj_dpp() 2065 "DPP: No Configurator data available"); in dpp_build_conf_obj() [all …]
|
| H A D | dpp_tcp.c | 305 } else if (conn->auth && (conn->ctrl || conn->auth->configurator) && in dpp_tcp_send() 379 if (auth->configurator) { in dpp_controller_auth_success() 387 if (!auth->configurator) in dpp_controller_auth_success() 881 if (!conn->ctrl && (!auth || !auth->configurator)) in dpp_controller_rx_conf_result() 1019 "Missing or invalid required Configurator C-sign key Hash attribute"); in dpp_controller_rx_reconfig_announcement() 1022 wpa_hexdump(MSG_MSGDUMP, "DPP: Configurator C-sign key Hash (kid)", in dpp_controller_rx_reconfig_announcement() 1027 "DPP: No matching Configurator information found"); in dpp_controller_rx_reconfig_announcement() 1068 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp() 1399 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req() 1505 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_comeback_req()
|
| H A D | dpp_i.h | 19 struct dl_list configurator; /* struct dpp_configurator */ member
|
| H A D | dpp.h | 341 int configurator; member
|
| H A D | wpa_ctrl.h | 224 #define DPP_EVENT_CONFIGURATOR_ID "DPP-CONFIGURATOR-ID "
|
| H A D | dpp_crypto.c | 2408 * Configurator: S = pc * Pe in dpp_derive_auth_i() 2450 if (auth->configurator) { in dpp_derive_auth_i()
|
| H A D | ieee802_11_common.c | 132 /* DPP Configurator Connectivity element */ in ieee802_11_parse_vendor_specific()
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | microchip,mpfs-pinctrl-mssio.yaml | 70 Reflects the "Clamp Diode" setting in the MSS Configurator for 78 Reflects the "IBUFMD" bits in the MSS Configurator output files
|
| /freebsd/contrib/wpa/wpa_supplicant/examples/ |
| H A D | dpp-nfc.py | 109 cmd += " role=configurator" 209 cmd += " role=configurator" 479 extra = " role=configurator " + config_params 481 # TODO: Single Configurator instance 484 summary("Failed to initiate Configurator", color=C_RED) 487 extra = " conf=sta-dpp configurator=%d" % conf_id 1023 parser.add_argument('--configurator', action='store_true', 1024 help='run as Configurator-only') 1026 help='configurator parameters') 1090 configurator_only = args.configurator
|
| /freebsd/sys/contrib/dev/athk/ |
| H A D | Kconfig | 12 kernel: saying N will just cause the configurator to skip all the
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 339 if (os_strncmp(pos, "configurator", 12) == 0) in hostapd_dpp_pkex_done() 908 if (os_strncmp(pos, "configurator", 12) == 0) in hostapd_dpp_auth_init() 983 if (os_strstr(cmd, " role=configurator")) in hostapd_dpp_listen() 1222 wpa_printf(MSG_DEBUG, "DPP: Received Configurator backup"); in hostapd_dpp_handle_key_pkg() 1409 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success() 1417 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success() 1799 "Missing or invalid required Configurator C-sign key Hash attribute"); in hostapd_dpp_rx_reconfig_announcement() 1802 wpa_hexdump(MSG_MSGDUMP, "DPP: Configurator C-sign key Hash (kid)", in hostapd_dpp_rx_reconfig_announcement() 1812 "DPP: No matching Configurator information found"); in hostapd_dpp_rx_reconfig_announcement() 1881 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp() [all …]
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | hostapd_cli.c | 1903 …=<passphrase>] [configurator=<id>] [conn_status=#] [akm_use_selector=<0|1>] [group_id=..] [expiry=… 1911 "[curve=..] [key=..] = add DPP configurator" }, 1914 "*|<id> = remove DPP configurator" }, 1917 "<id> = Get DPP configurator's private key" }, 1919 "conf=<role> configurator=<id> = generate self DPP configuration" },
|
| H A D | hostapd.conf | 3021 # Configurator Connectivity indication 3022 # 0: no Configurator is currently connected (default) 3023 # 1: advertise that a Configurator is available
|
| H A D | ChangeLog | 36 - allow Configurator parameters to be provided during config exchange
|
| /freebsd/stand/common/ |
| H A D | bootstrap.h | 136 * Plug-and-play enumerator/configurator interface.
|