mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-27 16:56:43 +03:00
- injected esp_wifi_netif.h: add esp_wifi_netif_get_ip6_linklocal_from_mac() and esp_wifi_netif_set_static_neighbor() (static ND6 IPv6-pin API). - esp_wifi_types_generic.h (public + injected): rename the NCS-GTK cipher suites CCM_128 -> CCMP_128 / GCM_256 -> GCMP_256 to match Wi-Fi Aware v4.0 (Table 121, section 9.5.21.1); refresh NAN group-protection docs. Enum values (5/6), struct layout and on-air behaviour are unchanged. - nan_security.c: use the renamed macros and update the advertise log. - esp_wifi/lib: bump to the rebuilt blobs carrying the renamed MD5-checked header (han2 d3da506).