Changes between Version 48 and Version 49 of expansion/gw16167


Ignore:
Timestamp:
06/19/2026 11:32:33 PM (2 hours ago)
Author:
Ryan Erb
Comment:

add notes for dpp commands

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16167

    v48 v49  
    10951095DPP stands for Device Provisioning Protocol, which is designed for easier pairing of two nodes.
    10961096
     1097From 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
    10971123
    10981124== Troubleshooting