Return-path: Received: from victor.provo.novell.com ([137.65.250.26]:46024 "EHLO victor.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755374Ab3JHJ5b (ORCPT ); Tue, 8 Oct 2013 05:57:31 -0400 Received: by mail-ie0-f169.google.com with SMTP id tp5so18839725ieb.14 for ; Tue, 08 Oct 2013 02:57:20 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 8 Oct 2013 17:57:20 +0800 Message-ID: (sfid-20131008_115744_125352_A39E5028) Subject: WIFI P2P ping doesn't work. From: Matt Chen To: linux-wireless Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi list, I am running the v3.12-rc3 and using Atheros AR9485 with ath9k. My wpa_supplicant is from git://w1.fi/srv/git/hostap.git in master branch with most recent commit. The my_p2p_supplicant.conf for my wpa_supplicant is : ======================================= ctrl=/var/run/wpa_supplicant update_config=1 device_name=HP GO device_type=1-0050F204-2 p2p_go_ht40=1 ========================================= I run "wpa_supplicant -i wlan0 -f my_p2p_supplicant.conf -Dnl80211 -ddt -f /var/log/wpa_supplicant -B I use wpa_cli to work on P2P. So here goes my case: M#1 p2p_find p2p_stop p2p_peers p2p_connect [M#2 MAC ADDRESS] pbc go_intent=7 M#2 p2p_find p2p_stop p2p_peers p2p_connect [M#1 MAC ADDRESS] pbc Then I can find the M#1 become the P0 GO mode and M#2 become station mode. And each status is completed. But after that, I set each machine with a static IP such as 192.168.5.10 and 192.168.5.11 manually. I am not able to ping each IP. Is there anything I am doing wrong ? Thank you.