On Tue, Apr 07, 2020 at 08:51:08PM +0000, Schmidt, Wystan W wrote: > I think I'm close. > > > SET dpp_configurator_params conf=sta-dpp ssid=<SSID hexdump> configurator=<conf id> > > This command fails because SET is expecting only 2 arguments. hostapd_cli has some constraint for the operations, i.e., this is a limit in hostapd_cli and not in the hostapd control interface. You should be able to work around that by running this from command line with a single argument: hostapd_cli set name "value with multiple words" or with use of the raw command within hostapd_cli interactive mode: raw SET <exact command here> > The control interface does not recognize the command DPP_BOOTSTRAP_SET. > > >DPP_BOOTSTRAP_SET > Unknown command 'DPP_BOOTSTRAP_SET' The hostapd control interface does, but hostapd_cli doesn't.. The raw command should help with that (raw DPP_BOOTSTRAP_SET .."). -- Jouni Malinen PGP id EFC895FA _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap