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.

CC3220SF: CC3220SF, MAC, 802.11, MANAGEMENT FRAME, VENDOR SPECIFIC ELEMENT, STA

Part Number: CC3220SF

Hi.

I'm developing WiFi STA module using CC3220SF.

I need a way to add Vendor specific element within 802.11 management frame in STA mode.

 

First, I confirmed that the probe request frame was created and processed in transceiver mode.

But I don't know a way to add Vendor specific element to the association request frame.

Is it possible to add Vendor specific element?

If it's possible, please let me know.

Best regards

Ryu

  • Hi,

    If you are using the transceiver mode, then the entire 802.11 management layer (including the generation of association request message) needs to be handled by your application.

    If you are using the standard STA role, there is no option to change the frames (one exception is in AP mode, where you have an option to add a vendor specific IE to the beacon/probe-responses).

    Br,

    Kobi 

  • Hi, Kobi.

    Thanks for your reply :)

    Best regards

    Ryu