Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Peer-to-peer connection (WiFi Direct) : Page 1 of 5 (5 Items)
   
Peer-to-peer connection (WiFi Direct)  
We are trying to run some tests on peer-to-peer connection using WiFi direct protocol on TI WL1281Q. Unfortunately we 
cannot get other devices to see our board. We have following questions.

1.	After running io-pkt-v4-hc, we got the following interfaces: lo0, tiw_drv0, tiw_sta0, tiw_sap0, tiw_p2pdev0, 
tiw_p2pgrp0, tiw_ibss0. Is tiw_p2pdev0 for p2p device and  tiw_p2pgrp0 for group owner? Can we run these interfaces  
simultaneously? If so, can we use same IP address?

2.	We received wpa_supplicant, P2P_supplicant, and wpa_cli binaries from QNX. What is the different from P2P_supplicant 
and wpa_supplicant? We got an error when we tried to run wpa_supplicant with p2p.conf. P2P_supplicant with p2p.conf 
works better.  However, we got an error when we tried to run with wpa_cli which requires wpa_supplicant process to be 
run . After rename P2P_supplicant to wpa_supplicant and rerun the process as wpa_supplicant, we do not get the error 
message. However, wpa_cli does not give any p2p options such as p2p_find. 

Do we need p2p_cli binaries? Or do we need enable P2P_CONFIG in P2P_supplicant source code? Could you please check on 
this issue and let us know?

Thank you.