Wind River Support Network

HomeDefectsLIN6-3499
Not to be fixed

LIN6-3499 : [5.0.1 Async][fsl-p10xx] Two mistakes in steps to test WIFI on P1023RDB

Created: Apr 27, 2013    Updated: Feb 23, 2018
Resolved Date: Feb 22, 2018
Previous ID: LIN5-3685, LIN6-2867
Found In Version: 6.0
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: BSP - Async

Description

See below:
===========

1.


8.1 Managed mode
-----------------

Before running the test, please configure AP to plain mode without any encrypt
protection.

        $ ifconfig wlan0 down
        $ ifconfig wlan0 up
        $ iwconfig wlan0 essid test                       ######  should be 'test_wei' #####
    $ iwconfig wlan0
                wlan0     IEEE 802.11abgn  ESSID:"test_wei"
        Mode:Managed  Frequency:2.462 GHz  Access Point: 1C:4B:D6:9F:FD:10
        Bit Rate=54 Mb/s   Tx-Power=20 dBm
        Retry  long limit:7   RTS thr:off   Fragment thr:off


2.

8.3 AD-HOC mode
---------------
On AD-HOC server without any encrypt protection:

        $ ifconfig wlan0 down
        $ iwconfig wlan0 mode ad-hoc
        $ iwconfig wlan0 essid test
        $ iwconfig wlan0 channel 11
        $ ifconfig wlan0 192.168.1.100 up
        $ ping 192.168.1.100 -I wlan0                          ######  should be '192.168.1.101' #####
        PING 192.168.1.2 (192.168.1.2) from 192.168.1.1 wlan0: 56(84) bytes of data.
        64 bytes from 192.168.1.2: icmp_req=1 ttl=25


Steps to Reproduce

check README.
Live chat
Online