How do I create AP which Encryption is WEP Open System in 21.02

On LuCI openwrt-21.02,the encryption list of wireless security does not contain WEP, how do I create it?

You can't.

WEP support has been dropped for 21.02.x and up, as it's severely insecure. Enabling it is only possible on the source level.

Thanks, so please do you know how to enable it at the source level, or is there a link to that?

config WPA_ENABLE_WEP
       bool "Enable support for unsecure and obsolete WEP"
       help
         Wired equivalent privacy (WEP) is an obsolete cryptographic data
         confidentiality algorithm that is not considered secure. It should not be used
         for anything anymore. The functionality needed to use WEP is available in the
         current hostapd release under this optional build parameter and completely
         removed in a future release.
1 Like

Thanks again for your reply, it helped me solve it

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.