[PATCH] DPP: Accept plain-text SSID in configurator parameter parsing
Gustavo Bertoli
gubertoli at gmail.com
Mon May 18 11:22:13 PDT 2026
Hi,
Some points once it may affect my deployment...
> This breaks flows where ssid is provided as plain text, for example via
> DPP configurator commands in integration environments that pass string
README-DPP mentions SSID-hexdump. Would this change be more
extensive?
> + /* Remove check for ssid in hex as we are supplying
> + * string format in dpp_auth_init */
> + if (conf->ssid_len > sizeof(conf->ssid))
> goto fail;
> + os_memcpy(conf->ssid, pos, conf->ssid_len);
Does test_dpp.py still pass with these changes?
More information about the Hostap
mailing list