User's Manual

28
/sbin/wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11PrivacyInvoked=true
/sbin/wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKey0=00:11:22:33:44
/sbin/wlanctl-ng wlan0 dot11req_mibset mibattribute=p2CnfPortType=0
#0 for IBSS mode (Ad-Hoc)
#1 for BSS mode (Infrastrusture)
/sbin/wlanctl-ng wlan0 lnxreq_autojoin ssid=DJ authtype=sharedkey
fi
[IP Setting]
If you are using RedHat distribution Linux, edit the /etc/sysconfig/network-scripts/ifcfg-wlan0 file in
order to set up the IP address during the booting process. The following 2 examples indicate the
usage of fixed IP and HDCP.
(Fixed IP)
DEVICE=’ wlan0’
IPADDR=’ 192.168.2.98’
NETMASK=’ 255.255.255.0’
NETWORK=’ 192.168.2.0’
BROADCAST=’ 192.168.2.255’
ONBOOT=’ yes’
GATEWAY=’ 192.168.2.254’
(DHCP)
DEVICE=’ wlan0’
BOOTPROTO=’ dhcp’
ONBOOT=’ yes’
[Set Channel]
#wlanctl-ng wlan0 dot11req_mibset mibattribute=p2CnfOwnChannel=Value
Notice: The Value should be in the range 1~14.
[Set RTSThreshold]
#wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11RTSThreshold=Value
Notice: The value should be in the range 0~2347