• v3.1.1-ekaii.1 8a88a0cb7d

    v3.1.1-ekaii.1 — adds upstream PR #74 vendor-OUI mimicry
    Some checks failed
    CI / Build Packages (push) Failing after 5s
    Stable

    admin_ekaii released this 2026-05-25 17:27:25 +00:00 | 0 commits to ekaii since this release

    Adds vendor-OUI mimicry on top of v3.1.0-ekaii.1.

    New helpers (cherry-picked from upstream PR #74, pasterbele)

    • GENERATE_BSSID_MIMIC picks an OUI from 6 known routers (TP-Link, Cisco, Netgear, Asus, Linksys, D-Link).
    • GENERATE_PHONE_MAC_MIMIC picks an OUI from 12 popular smartphones (Apple, Samsung, Xiaomi, Huawei, LG, Sony, OnePlus, Google, Motorola, Oppo, Vivo, Nokia).
    • UNICAST_MAC_GEN now defaults to phone-vendor mimic; UNICAST_MAC_GEN_RANDOM_LA preserves the P1 RFC 7042 LA-bit-set strategy for callers that want it.

    Trade-off note

    The two MAC strategies are DIFFERENT, not complementary:

    • Vendor-mimic (default in this release): defeat 'this OUI is unknown' filters by claiming a real-vendor prefix.
    • Random-LA (alternate): defeat 'this MAC claims a vendor OUI but doesn't match their pattern' filters by being honest about being randomised.

    SHA-256

    1eb9e9abc7d86539894a68e21d83064a5b4c2a053d10e187b01bc96955882026

    Diff vs v3.1.0-ekaii.1

    2 commits: feat(mac) cherry-pick of PR #74 + build(makefile) version bump.

    Diff vs upstream v3.0

    8 commits: 5 bug fixes (P1-P5) + 1 vendor-mimic feature + 2 Makefile bumps. See git log v3.0..v3.1.1-ekaii.1.

    Downloads