projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar7] let 802.1q tagged frames go in and out from cpmac (#6730)
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
wlc
/
wlc.c
diff --git
a/package/broadcom-wl/src/wlc/wlc.c
b/package/broadcom-wl/src/wlc/wlc.c
index
3f3130d
..
747b3d5
100644
(file)
--- a/
package/broadcom-wl/src/wlc/wlc.c
+++ b/
package/broadcom-wl/src/wlc/wlc.c
@@
-663,6
+663,13
@@
static const struct wlc_call wlc_calls[] = {
.handler = wlc_wsec_key,
.desc = "Set/Remove WEP keys"
},
.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,
{
.name = "wsec_restrict",
.param = INT,
This page took
0.025068 seconds
and
4
git commands to generate.