mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
- subscriber security gate, so a gated (dropped) match still logged an affirmative match line while no WIFI_EVENT_NAN_SVC_MATCH was posted. Log only when the event is sent. - security_cfg was copied into the service slot even with security_reqd=0, while credential validation only runs when security_reqd is set. Such an undeclared config silently armed the subscriber service-match security gate, suppressing match events. Scrub security_cfg from the working copy and warn instead.