Skip to content
Snippets Groups Projects
Commit 0280ac8c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

Set auth_algs in hostapd.conf, make it configurable for WEP Always set...

Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used.

https://dev.openwrt.org/ticket/8120



Signed-off-by: default avatarMark Mentovai <mark@moxienet.com>

SVN-Revision: 23655
parent ffc84cf7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment