How to set CYW43907 to 802.11n?

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

cross mob
DeXi_1316761
Level 3
Level 3
Distributor - Future(GC)
10 sign-ins 5 sign-ins 10 replies posted

CYW43907 support 802.11 a/b/g/n mode. How to set CYW43907 to 802.11n(or 802.11g) mode in the project?

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

You can use the API wwd_wifi_set_11n_support() to enable or disable 11n support. For the API definition, please check 43xxx_Wi-Fi/WICED/WWD/include/wwd_wifi.h. You can alternatively do the same with the use of wl commands. The command sequence to be followed is

wl down

wl nmode 1

wl up

View solution in original post

2 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

You can use the API wwd_wifi_set_11n_support() to enable or disable 11n support. For the API definition, please check 43xxx_Wi-Fi/WICED/WWD/include/wwd_wifi.h. You can alternatively do the same with the use of wl commands. The command sequence to be followed is

wl down

wl nmode 1

wl up

Is 802.11n default on or off?

0 Likes