ad-hoc mode support in CYW43455 WIFI chip

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

cross mob
AjKu_4703686
Level 1
Level 1
First like given

Hi Team,

1) Does the CYW43455 chip support ad-hoc mode in WIFI?

2) Is there any procedure/command-line tools available to set up an ad-hoc network using the WIFI interface?

Thanks,

Ajith.

0 Likes
1 Reply
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Yes, it is supported. You can use the following commands:

iw wlan0 set type ibss
iw dev wlan0 ibss leave
iw dev wlan0 ibss join ssidAP 2412

0 Likes