manual/generic/android/wifi¶
Description¶
Test if wifi module works well
Maintainer¶
OS¶
- android
Scope¶
- functional
Devices¶
- panda
- panda-es
- hi6220-hikey
Steps to reproduce¶
- Plug out Ethernet cable if any, boot the board.
- After the board booted successfully, enable WiFi via "Settings -> Wireless and Networks -> WiFi"
- Connect to an access point(Open,WEP,WPA2).
- To check if IP address is assigned(ADB should be connected), run "$ adb shell ifconfig wlan0"
- To check ping command, run "$ adb shell ping www.google.com"
- Launch web browser, access "www.google.com"