Part Number: CC3235MODASF
I've read on SWRU455J - February 2017 point 4.5.2 "Supported Features" ....
* "Negotiation with all intents (0 to 15)"
I don't understand what is Negatiation Intent and where to set it ...
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.
Part Number: CC3235MODASF
I've read on SWRU455J - February 2017 point 4.5.2 "Supported Features" ....
* "Negotiation with all intents (0 to 15)"
I don't understand what is Negatiation Intent and where to set it ...
Hi,
In wifi direct, a session starts with a negotiation to decide who will serve as the group owner (similar to AP role) and who will be the client (similar to station).
Each device declares its intent to be the group owner (where 15 is SL_WLAN_P2P_ROLE_GROUP_OWNER, 0 is SL_WLAN_P2P_ROLE_CLIENT). The device with the higher value will be the GO.
It is defined with "sl_WlanPolicySet(SL_WLAN_POLICY_P2P,...)".
Br,
Kobi