[PATCH v2 0/2] dpp: Fix association with hidden SSID via directed probing

Gustavo Bertoli gubertoli at gmail.com
Sun May 31 11:30:06 PDT 2026


v2: Add hwsim test case for the hidden SSID scenario.

v1: https://lists.infradead.org/pipermail/hostap/2026-May/045191.html

When a DPP enrollee receives a configuration object for a hidden SSID
network, wpa_supplicant fails to associate because wpas_dpp_add_network()
leaves scan_ssid=0. The subsequent passive scan never discovers the AP.

This series fixes the issue by setting scan_ssid=1 in the provisioned
network block, and adds a hwsim test to cover the scenario.

Gustavo Bertoli (2):
  dpp: Fix association with hidden SSID via directed probing
  tests: Add hwsim test for DPP provisioning with hidden SSID

 tests/hwsim/test_dpp.py         | 23 +++++++++++++++++++++++
 wpa_supplicant/dpp_supplicant.c |  1 +
 2 files changed, 24 insertions(+)

-- 
2.43.0




More information about the Hostap mailing list