"description":"Values necessary for proper DPP bootstrap URI generation and chirping",
"description":"DPP Chirping configuration",
"multi":true,
"options":[{
"name":"device",
"type":"string",
"required":"no",
"default":"",
"description":"The radio of that of the corresponding interface that wpa_supplicant is running on."
"description":"The radio that the interface belongs to."
},
{
"name":"band",
"type":"integer",
"required":"yes",
"default":"Unknown (0x10)",
"description":"Band of the radio of the radio at which wpa_supplicant is running on."
"required":"no",
"default":null,
"description":"Band of the interface to chirp on (2/5/6)"
},
{
"name":"ifname",
...
...
@@ -592,18 +592,11 @@
"description":"Interface name of the backhaul station interface."
},
{
"name":"chan",
"name":"channel",
"type":"list",
"required":"yes",
"default":"",
"description":"Channel opclass pair provided in the format of '<channel>/<opclass> used for the DPP bootstrap URI."
},
{
"name":"type",
"type":"string",
"required":"no",
"default":"qrcode",
"description":"Type of the URI (qrcode, pkex nfc). NOTE: Today only qrcode is supported."
"description":"Channel on which to chirp on. If multiple list entries, it will iterate through these channels at the interval provided as the chirp interval."