Different WEP key on each customer

is it possible to have different WEP key on each customer in the wireless interface?

Thanks in advance

Christos Ioannou

You would have to create a virtual AP interface for each customer also.

You can set a different WEP key for each station in the access list. You don’t have to use virtual ap’s although it is possible to do it that way.

-Gerard

i tried doing that (the acl list part) and it doesnt work.

i set a private key like so and it doesnt care even if the user has a different key it still allows him to connect

2   ;;; tester
     mac-address=00:02:6F:4D:AA:FA interface=wlan1 signal-range=-120.120 
     authentication=yes forwarding=no ap-tx-limit=0 client-tx-limit=0 
     private-algo=40bit-wep private-key="0002647299" 
     private-pre-shared-key=""

i would love it if someone can shed some light on this as i really need each user to have his/her own key.