User's Manual Part 2
G101 Series WLAN Card
Page 57
After step 3, the connection is established.
2. Network related setting:
z Item 1: To change the MAC address of IPN2220 station, execute
“./ifconfig wlan0 hw ether xxxxxxxxxxxx” (xxxxxxxxxxxx denotes the new MAC address
user want to set)
before user specify an IP address to the IPN2220 station.
z Item 2: To perform site survey,
execute
"./iwlist wlan0 scanning"
to scan all channels and display the scan results. Notice that the wireless-extension version
should be at least 15 for iwlist/iwconfig utilities to execute this command.
z Item 3: To join a different BSS,
execute
"./iwconfig wlan0 essid XXX" (XXX denotes the essid of AP you want to join)
z Item 4: To specify the channel of the ad-hoc network user want to create,
execute,
“. / iwconfig wlan0 channel N” (N denotes the channel of the ad-hoc network user want to
create, from 1 to 11)
z Item 5: To change from infrastructure mode to ad-hoc mode,
execute
"./iwconfig wlan0 mode ad-hoc"
then execute
"./iwconfig wlan0 essid XXX" (XXX means the essid user want to set/join to the IBSS
network)
z Item 6: To change from ad-hoc mode to infrastructure mode,
execute
"iwconfig wlan0 mode managed"
then execute
"./iwconfig wlan0 essid XXX" (XXX means the essid of AP you want to join)
z Item 7: To join different BSS,
execute