mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows switching between open and shared authentication
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19256 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -663,6 +663,13 @@ static const struct wlc_call wlc_calls[] = {
|
||||
.handler = wlc_wsec_key,
|
||||
.desc = "Set/Remove WEP keys"
|
||||
},
|
||||
{
|
||||
.name = "wepauth",
|
||||
.param = INT,
|
||||
.handler = wlc_ioctl,
|
||||
.data.num = ((WLC_GET_AUTH << 16) | WLC_SET_AUTH),
|
||||
.desc = "WEP authentication type. 0 = OpenSystem, 1 = SharedKey"
|
||||
},
|
||||
{
|
||||
.name = "wsec_restrict",
|
||||
.param = INT,
|
||||
|
||||
Reference in New Issue
Block a user