<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: virtual P2P interface creation.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296812#M36900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem in iMX6-DL and Android 4.2.2.&lt;/P&gt;&lt;P&gt;I want to enable Wifi Direct in BSP.&lt;/P&gt;&lt;P&gt;But there is the error message:&lt;/P&gt;&lt;P&gt;E/WifiHW&amp;nbsp; ( 2540): Unable to open connection to supplicant on "/data/misc/wifi/sockets/p2p0": No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After enable wifi, I found there are only 2 nodes in the directory /data/misc/wifi/sockets/&lt;/P&gt;&lt;P&gt;wpa_ctrl_2041-10&lt;/P&gt;&lt;P&gt;wpa_ctrl_2041-11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not p2p0 in this directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 05:52:29 GMT</pubDate>
    <dc:creator>bagahsieh</dc:creator>
    <dc:date>2014-10-13T05:52:29Z</dc:date>
    <item>
      <title>virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296807#M36895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using atheros ath9k series Wifi-BT WiFi chip fr Wifi bringup. The respective driver support to create "waln0" interface and not virtual interface "p2p0" interface and when i enable Wifi from Android UI, it fails to communicate detect p2p0 interface.(i hard coded p2p_supplicant in wifi_ath.c file to enable WiFi feature).&lt;/P&gt;&lt;P&gt;I need p2p0 interface to bringup WiFi direct and WiFi display feature. so i try to create p2p0 interface from wifi_ath.c file using libnl API's like (nlmsg_alloc, nl_cb_alloc, nl_send_auto_complete). with libnl library APi's able to create p2p0 interface as below:&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;wlan0&lt;/TD&gt;&lt;TD&gt;DOWN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0.0.0.0/0&amp;nbsp;&amp;nbsp; 0x00001002 00:0e:8e:42:e3:78&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;p2p0 &lt;/TD&gt;&lt;TD&gt;DOWN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0.0.0.0/0&amp;nbsp;&amp;nbsp; 0x00001002 00:0e:8e:42:e3:78&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;but fails to start p2p0 interface when i select WiFi option from UI and from logcat getting following errors .&lt;/P&gt;&lt;P&gt;------------------------------------------------------------&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): nl80211: Register frame match - hexdump(len=2): 0a 07&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): Could not set interface p2p0 flags (UP): Name not unique on network&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): nl80211: Could not set interface 'p2p0' UP&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): nl80211: Set mode ifindex 8 iftype 2 (STATION)&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): nl80211: Unsubscribe mgmt frames handle 0x41a470e0 (mode change)&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): p2p0: Failed to initialize driver interface&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): Failed to add interface p2p0&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): p2p0: Cancelling authentication timeout&lt;/P&gt;&lt;P&gt;I/wpa_supplicant( 3201): wpa_driver_set_ap_wps_p2p_ie: Entry&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): wlan0: Removing interface wlan0&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): wlan0: No keys have been configured - skip key clearing&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): wlan0: State: DISCONNECTED -&amp;gt; DISCONNECTED&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): wpa_driver_nl80211_set_operstate: operstate 0-&amp;gt;0 (DORMANT)&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): wlan0: No keys have been configured - skip key clearing&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): wlan0: Cancelling authentication timeout&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): nl80211: Set mode ifindex 7 iftype 2 (STATION)&lt;/P&gt;&lt;P&gt;E/wpa_supplicant( 3201): nl80211: Unsubscribe mgmt frames handle 0x41a37f28 (mode change)&lt;/P&gt;&lt;P&gt;I/wpa_supplicant( 3201): wlan0: CTRL-EVENT-TERMINATING &lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even try to modify MAC address on basis of wlan0 mac address when i create p2p0 interface in wifi_ath.c and it fails to update:&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;TABLE height="101" style="height: 102px; width: 953px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;get_mac_addr(WLAN_INTERFACE, mac_addr); // function to get wlan0 mac address ex:00:0e:8e:42:e3:78&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;update_p2p_mac_addr(mac_addr, new_addr);// Api to create p2p0 macc address fe:0e:8e:42:e3:78&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mac_addr_n2a(buf1, new_addr);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;ALOGE("get_mac_addr: ifname=%s, NEW MAC Address=%s",iface, buf1);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, iface);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, type);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;NLA_PUT(msg, NL80211_ATTR_MAC, 6, new_addr);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;But p2p0 mac address is not reflecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the queries:&lt;/P&gt;&lt;P&gt;1. What are the ways to create p2p0 interface from userspace?&lt;/P&gt;&lt;P&gt;2. how i can modifiy mac address from userspace?&lt;/P&gt;&lt;P&gt;3. i'm finding difficulty in creating p2p0&amp;nbsp; virtual interface from ath9k kernel 3.0.35 version. Is there an patches availble?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help in advance regarding Wifi Direct bringup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandesh D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 08:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296807#M36895</guid>
      <dc:creator>sandeshgowda</dc:creator>
      <dc:date>2014-03-15T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296808#M36896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now able to create p2p0 interface with modified mac address by modifying in driver add new interface.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;wlan0&lt;/TD&gt;&lt;TD&gt;UP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0.0.0.0/0&amp;nbsp;&amp;nbsp; 0x00001003 00:0e:8e:42:e3:78&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;p2p0 &lt;/TD&gt;&lt;TD&gt;UP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0.0.0.0/0&amp;nbsp;&amp;nbsp; 0x00001003 10:0e:8e:42:e3:78&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now able to see wlan0 and p2p0 are sharing the same address and when i enable WiFi from android UI, scan WiFi access points and connect to one of the access points. but fail to configure p2p interface and it fails with following error.&lt;/P&gt;&lt;P&gt;E/WifiHW&amp;nbsp; ( 2540): Wi-Fi hardware/libhardware_legacy/wifi/wifi_ath.c,wifi_connect_on_socket_path,1095,path=/data/misc/wifi/sockets/p2p0&lt;/P&gt;&lt;P&gt;E/WifiHW&amp;nbsp; ( 2540): Unable to open connection to supplicant on "/data/misc/wifi/sockets/p2p0": No such file or directory&lt;/P&gt;&lt;P&gt;E/WifiP2pService( 2540): P2p socket connection failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cross check the p2p0 interface and able to find in /data/system/wpa_supplicant/wlan0 p2p0&lt;/P&gt;&lt;P&gt;in wifi_ath.c, if hardocde control interface path to //data/system/wpa_supplicant , able to enable and scan for the Wifi direct devices and fail to list all&lt;/P&gt;&lt;P&gt;E/WifiStateMachine( 2537): Error! unhandled message{ what=147477 when=-1ms obj=Device: DWD-300-14C6AF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 06:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296808#M36896</guid>
      <dc:creator>sandeshgowda</dc:creator>
      <dc:date>2014-03-20T06:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296809#M36897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanddesh&lt;/P&gt;&lt;P&gt;We are sorry for getting back to you so late. Are you still stuck with the issue? If you have somehow resolved the issue, can we close the discussion? If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 07:51:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296809#M36897</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-16T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296810#M36898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanddesh&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 08:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296810#M36898</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-24T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296811#M36899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandesh&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 06:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296811#M36899</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-07-08T06:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296812#M36900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem in iMX6-DL and Android 4.2.2.&lt;/P&gt;&lt;P&gt;I want to enable Wifi Direct in BSP.&lt;/P&gt;&lt;P&gt;But there is the error message:&lt;/P&gt;&lt;P&gt;E/WifiHW&amp;nbsp; ( 2540): Unable to open connection to supplicant on "/data/misc/wifi/sockets/p2p0": No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After enable wifi, I found there are only 2 nodes in the directory /data/misc/wifi/sockets/&lt;/P&gt;&lt;P&gt;wpa_ctrl_2041-10&lt;/P&gt;&lt;P&gt;wpa_ctrl_2041-11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not p2p0 in this directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296812#M36900</guid>
      <dc:creator>bagahsieh</dc:creator>
      <dc:date>2014-10-13T05:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296813#M36901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I have the same problem in iMX6-DQ and Android 4.2.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I use broadcom ap6330 wifi module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if you disabled p2p,sta will be ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But I want to support p2p function.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296813#M36901</guid>
      <dc:creator>mrleo</dc:creator>
      <dc:date>2014-10-14T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: virtual P2P interface creation.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296814#M36902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Ralink wifi and facing the same issues, you were facing.&lt;/P&gt;&lt;P&gt;I created virtual p2p0 with -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iw wlan0 interface add p2p0 type managed&lt;/P&gt;&lt;P&gt;and modified the MAC address with-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip link set dev p2p0 address &amp;lt;new address&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still it fails to connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my error log is same as your's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me in fixing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 10:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/virtual-P2P-interface-creation/m-p/296814#M36902</guid>
      <dc:creator>ankurrahi1</dc:creator>
      <dc:date>2015-12-01T10:15:28Z</dc:date>
    </item>
  </channel>
</rss>

