Does CYW43455 support WEP40/104/128 encryption

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Leo_liu1
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

Hi Sir,

As the title asks,does CYW43455 support WEP40,WEP104 and WEP128 encryption?

If yes,do we need change something to fix it on firmware?

BR,

Leo

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

WEP40, WEP104 is supported. Haven't tested WEP128 yet.

No need to change in anything in the firmware. This WEP support in WICED SDK 6.1 should help you out, provided you are on WICED architecture. If you are using linux host, following is the wl sequence for softap

    wl down

    wl mpc 0

    wl ap 1

    wl channel 1

    wl wsec 1

    wl auth 1

    wl addwep 0 1234567890abc1234567890abc

    wl up

    wl ssid softap-wep128

For STA,

    wl down

    wl up

    wl wsec 1

    wl addwep 0 1234567890abc1234567890abc

    wl join softap-wep128 imode bss amode shared

View solution in original post

1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

WEP40, WEP104 is supported. Haven't tested WEP128 yet.

No need to change in anything in the firmware. This WEP support in WICED SDK 6.1 should help you out, provided you are on WICED architecture. If you are using linux host, following is the wl sequence for softap

    wl down

    wl mpc 0

    wl ap 1

    wl channel 1

    wl wsec 1

    wl auth 1

    wl addwep 0 1234567890abc1234567890abc

    wl up

    wl ssid softap-wep128

For STA,

    wl down

    wl up

    wl wsec 1

    wl addwep 0 1234567890abc1234567890abc

    wl join softap-wep128 imode bss amode shared