Problem with build about wireless Encryption

hi there,

dont know why but my build has no choice about Encryption, no option,
idea?

thanks

What build? What device?

Please provide the output from this:
ubus call system board

1 Like

Looks like the wpad-basic-wolfssl and hostapd-common packages didn't get installed.

1 Like
root@OpenWrt:~# ubus call system board
{
        "kernel": "5.10.80",
        "hostname": "OpenWrt",
        "system": "ARMv7 Processor rev 1 (v7l)",
        "model": "Linksys WRT3200ACM",
        "board_name": "linksys,wrt3200acm",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "SNAPSHOT",
                "revision": "r18161-00ce13490a",
                "target": "mvebu/cortexa9",

instead of wpad-basic-wolfssl i guess I can take wpad-basic-openssl ?

the other one is installed;

CONFIG_PACKAGE_hostapd-basic-openssl is not set
# CONFIG_PACKAGE_hostapd-basic-wolfssl is not set
CONFIG_PACKAGE_hostapd-common=y

shouldn't that be
CONFIG_PACKAGE_hostapd-basic-openssl=y

1 Like