mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Replace the three NAN_KDE_OUI_RSN_* byte writes in nan_kde_put_hdr() with a single nan_kde_rsn_oui[] array, and remove the now-unused NAN_KDE_OUI_RSN_* byte macros and the never-used NAN_KDE_OUI_WFA_* byte macros. The combined NAN_KDE_OUI_RSN / NAN_KDE_OUI_WFA (used by the KDE parser) are kept.