i need to Add IE(information element tag) in wifi access-point beacon frame.

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

cross mob
jina_4171326
Level 2
Level 2
First like given

respected sir/mam

now, i'm using CYW54907 and initialize WiFi Access-point in this board. and i'm able to analysis WiFi beacon frame in wire-shark software.

now, i need to add my own Tag(IE = information element) in my WiFi.. so, i want to know that is there any kind of API function or any suggestion from you.. like how can i add my tag.

i used custom_ie Example already but it's for specific Vendor IE.. like there is element ID = 0xDD.. we cant change it form function change in wiced. it's not for custom IE exectly..

how can i add my own IE tag..

thank you

jignesh narola

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

I am not sure if I understand your question correctly. Do you mean to tell you can't see the custom vendor ie in beacon frame?

For your own ie tag, you can try modifying which_packets in ie_info structure from VENDOR_IE_BEACON to VENDOR_IE_CUSTOM

0 Likes