Tool/software:
Hello!
I've been trying to get wifi-direct to work the way I need it for some time now, but I'm not having success, what I'm doing is the following:
- Configuring the CC3220 to work as a station/P2P only as a client and passive when negotiating a connection.
- I am carrying out tests using two cell phones, first I enable wifi-direct on cell 1 and I see through the debug that the CC3220 finds it through the SL_WLAN_EVENT_P2P_DEVFOUND event, then I enable wifi-direct on cell 2, but it is not found by the CC3220.
- If I reverse the order of enabling wifi-direct on cell phones, cell phone 2 is found and cell phone 1 is not.
- If I leave the wifi-direct of both cell phones enabled before initializing the CC3220, both will be found.
I tried changing the network scanning time using SL_WLAN_POLICY_SCAN and searching the list of available networks using the sl_WlanGetNetworkList function, but nothing changed.
Anyway, I need the CC3220 to be able to find new wifi-direct devices within its reach, can anyone help me with this problem?
Thank you very much in advance!