One can associate with the given Access Point with a given Cell Number by the
following
command.
]$ iwpriv ethX connect <Cell Number>
The Cell Number is got from the site survey operation by the doing
“iwlist”
command.
We recommend that user uses the following scenario under the Managed
(Infrastructure) or Adhoc mode. One can first do the site survey command by the
following command:
]$ iwlist ethX scanning
Then, associate with the AP with the Cell number got from the iwlist command.
]$ iwlist ethX connect <Cell Number>
3.4.7 Dynamical Region Setting(For 802.11b/g only)
From ver 1.5, you can dynamically change the region settings. With different regions, the
allowed channels are different. The private commands to get/set region information
includes :
1.
get_Region
: To get the current region setting
iwpriv ethX get_Region
Æ
You will get a region string.
2.
set_Region
: To set the region
iwpriv ethX set_Region <RegionID> (refer tofollowing table)
Region ID
Region String
Channel
Countries
1
USA
1-11
USA Canada Argentina Brazil Ukraine China HongKong
Korea New Zealand
2
Taiwan/Europe
1-13
Taiwan, Europe, Spain, Austria Belgium Switzerland,
Australia
3 France 10-13
France,
Singapore
4 Japan 1-14
Japan
5 Israel 3-9
Israel
6 Mexico 10-11
Mexico
The table of region id and region string
3.4.8 Activate MIC Fail Counter Measure Feature:
The feature will disable the network connection for one minutes when you get two MIC
fail frame in one minute. The feature is initially disabled. You can activate the feature by
using the
apdbg
tool.
$ apdbg ethX s_mic_cnt 0 1
Or inactivate it.
$ apdbg ethX s_mic_cnt 0 0
Or get its current state
$ apdbg ethX g_mic_cnt 0 0