3. Getting Start
3.1 Load the driver
Generally, the driver is automatically loaded when the
...
...
Please note that the 183576 may not be the same as that in your system.
3.2 Open the network interface
In our driver, we will stop all the commands until the network interface assigned to us is opened. You can open the network interface by the following command
]$ ifconfig ethX up or
]$ ifconfig ethX <IP address>
3.3 Configure the Wireless settings
In our driver, we support the wireless extension commands to control our driver.
PARAMETERS: essid :
Set the ESSID (or Network Name - in some products it may also called Domain ID). The ESSID is used to identify cells which are part of the same virtual network.
Examples:
iwconfig ethX essid <ESSID>
mode:
Set the operation mode of our device.
Examples:
iwconfig ethX <mode>
mode:
Managed (Infrastructure Station mode)
Master (Access Point mode)
channel:
Set the channel in the device.
5