public class WifiAssociationTestRunner extends android.test.InstrumentationTestRunner
Instrumentation Test Runner for wifi association test.
The instrument will set frequency band if it is necessary
To run the association tests:
adb shell am instrument -e ssid -e password \
-e security-type [OPEN|WEP64|WEP128|WPA_TKIP|WPA2_AES] -e frequency-band [2.4|5.0|auto]
-w com.android.connectivitymanagertest/.WifiAssociationTestRunner"