Hi,
I am following the instruction in the below site to connect to Wifi direct (Create Autonomous 1:2 P2P Group (Push button Control).
http://processors.wiki.ti.com/index.php/WiFi_Direct_Configuration_Scripts#p2p_find
Setup I use:
I have a AM335x evaluation module with WL18xx WiFi module and OS is linux.
I have my board similar to AM335x evaluation module with WL18xx WiFi module and OS is linux. My board is configuered as Group owner. EVM board is configured to be client.
I assign the ip address using DHCP. My board gets the IP 192.168.0.1 and EVM board gets the ip as 192.168.0.20
ping 192.168.0.20 from my board is not successful.
ping 192.168.01 from EVM board is not successful.
But if I run the dhcpd server in th EVM board and dhcpc in my board, then ping is successful
Any thoughts is highly appreciated.
Regards,
Johncy.