| | 1097 | From the hostapd_cli_s1g output: |
| | 1098 | |
| | 1099 | {{{ |
| | 1100 | dpp_qr_code report a scanned DPP URI from a QR Code |
| | 1101 | dpp_bootstrap_gen type=<qrcode> [chan=..] [mac=..] [info=..] [curve=..] [key=..] = generate DPP bootstrap information |
| | 1102 | dpp_bootstrap_remove *|<id> = remove DPP bootstrap information |
| | 1103 | dpp_bootstrap_get_uri <id> = get DPP bootstrap URI |
| | 1104 | dpp_bootstrap_info <id> = show DPP bootstrap information |
| | 1105 | dpp_bootstrap_set <id> [conf=..] [ssid=<SSID>] [ssid_charset=#] [psk=<PSK>] [pass=<passphrase>] [configurator=<id>] [conn_status=#] [akm_use_selector=<0|1>] [group_id=..] [expiry=#] [csrattrs=..] = set DPP configurator parameters |
| | 1106 | dpp_auth_init peer=<id> [own=<id>] = initiate DPP bootstrapping |
| | 1107 | dpp_listen <freq in MHz> = start DPP listen |
| | 1108 | dpp_stop_listen = stop DPP listen |
| | 1109 | dpp_configurator_add [curve=..] [key=..] = add DPP configurator |
| | 1110 | dpp_configurator_remove *|<id> = remove DPP configurator |
| | 1111 | dpp_configurator_get_key <id> = Get DPP configurator's private key |
| | 1112 | dpp_configurator_sign conf=<role> configurator=<id> = generate self DPP configuration |
| | 1113 | dpp_pkex_add add PKEX code |
| | 1114 | dpp_pkex_remove *|<id> = remove DPP pkex information |
| | 1115 | dpp_controller_start [tcp_port=<port>] [role=..] = start DPP controller |
| | 1116 | dpp_controller_stop = stop DPP controller |
| | 1117 | dpp_chirp own=<BI ID> iter=<count> = start DPP chirp |
| | 1118 | dpp_stop_chirp = stop DPP chirp |
| | 1119 | dpp_push_button = press DPP push button |
| | 1120 | |
| | 1121 | }}} |
| | 1122 | |