This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM18x + WL1271 wrong connection to the AP

Other Parts Discussed in Thread: AM1808, WL1271

Hello,

i am working with the AM1808 EVM and the WL1271 board. I am trying to connect to a WLAN network. I am using the WLAN_CU application, scanning is OK and apparently connection to AP is OK, when i check the status of the connection i got:

Status : CONNECTED

MAC: 08.00.28.12.34.56

SSID: LIBERAL

BSSID: 00.24.8c.b0.e8.47

Channel: 10

I am using the AM18x wireless connectivity system test guidelines user´s guide to configure my SUT (system under test). I am running the next commands on the wlan_cu:

• / Privacy Authentication 0

• / Privacy encRyption 1

• / Privacy Wep add 0123456789 1 1

• / Connection Connect YourSSID

An this is my AP configuration:

 

 

  • Sorry i did not copy the AP config, probably i am not writing the right commands in the wlan_cu to connect to my AP, pls. could you help me with this subject?. This is my AP config:

     

    Wireless - Security

    This page allows you to configure your wireless access point WEP encryption keys and authentication.


    Principio del formulario

    Network Authentication

    Disabled802.1xWPAWPA-PSK

    WPA Encryption

    Disabled

    WPA Pre-Shared Key

    RADIUS Server

    RADIUS Port

    RADIUS Key

    WPA Group Rekey Interval

     seconds

    Data Encryption

    DisabledWEP (64-bit)WEP (128-bit)

    Shared Key Authentication

    OptionalRequired

    PassPhrase

    64 bits Key 1

    64 bits Key 2

    64 bits Key 3

    64 bits Key 4

    128 bits Key 1

    128 bits Key 2

    128 bits Key 3

    128 bits Key 4

    Current Network Key

    1234

  • Sorry i did not copy my AP config. Probably i am not using the right commands in the wlan_cu to access to the AP. Pls. could you help me? This is my AP config

    Network Authentication: Disabled

    WPA Encryption: Disabled

    Data Encryption: WEP (64-bit)

    64 bits key: 0123456789

    Current Network Key: 1

     

    Thanks

  • Hi,

    please try the following:

    Enabling WEP

    Wired Equivalence Privacy (WEP) is the first algorithm used to protect the WLAN networks. It can be easily cracked in a few minutes. Therefore, it should not be used when stronger protection is required. To configure the station to use WEP, perform the following steps:

    1 Start the driver (if it is not already started).

    2 Set the Management mode to manual (1).

    3 Set the authentication to open (0).

    4 Set the encryption as WEP.

    5 Add the WEP key (in that example it is 88f2c58643)

    The commands from the CLI are:
    / d s
    / m d 1
    / p a 0
    / p w a 88f2c58643 1 1 hex
    
    Regards,
    Eyal