<?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>topic Re: Unable to start p2p_supplicant service (wifi direct) in imx6 with bcm43362 wifi module and Android 4.4.3 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413909#M62022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try it, thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jackie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 01:37:08 GMT</pubDate>
    <dc:creator>ASTRIHK</dc:creator>
    <dc:date>2015-09-30T01:37:08Z</dc:date>
    <item>
      <title>Unable to start p2p_supplicant service (wifi direct) in imx6 with bcm43362 wifi module and Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413907#M62020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm able to start wpa_supplicant service to surf the Internet by browser without starting p2p_supplicant service in init.rc. However if I add p2p_supplicant service and android.hardware.wifi.direct to start p2p_supplicant service, the following error occurs. At the same time, wpa_supplicant service can't start too. It seems there's conflict, can anyone help please?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I/wpa_supplicant(&amp;nbsp; 935): nl80211: Driver does not support authentication/association or connect commands &lt;/P&gt;&lt;P&gt;E/wpa_supplicant(&amp;nbsp; 935): Could not read interface p2p0 flags: No such device &lt;/P&gt;&lt;P&gt;E/wpa_supplicant(&amp;nbsp; 935): p2p0: Failed to initialize driver interface &lt;/P&gt;&lt;P&gt;E/wpa_supplicant(&amp;nbsp; 935): Failed to add interface p2p0&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In init.rc,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;service p2p_supplicant /system/bin/wpa_supplicant \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -I/system/etc/wifi/p2p_supplicant_advance_overlay.conf -N \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -I/system/etc/wifi/wpa_supplicant_overlay.conf \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; socket wpa_wlan0 dgram 660 wifi wifi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oneshot&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336538"&gt;logcat-20150929.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 07:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413907#M62020</guid>
      <dc:creator>ASTRIHK</dc:creator>
      <dc:date>2015-09-29T07:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start p2p_supplicant service (wifi direct) in imx6 with bcm43362 wifi module and Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413908#M62021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jackie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is due to the fact the p2p0 interface is not created when p2p_supplicant is called. The driver has a parameter p2pon which allows to force the creation of this interface:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx-kk4.4.3_2.0.0-ga/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c#L49" title="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx-kk4.4.3_2.0.0-ga/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c#L49"&gt;linux-imx6/dhd_linux.c at boundary-imx-kk4.4.3_2.0.0-ga · boundarydevices/linux-imx6 · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It requires to have CONFIG_BRCMDBG in your kernel configuration. Then you can tell the WiFi HAL to pass the p2pon=1 argument when loading the module as done in the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/boundarydevices/android_device_boundary/blob/boundary-imx-kk4.4.3_2.0.0-ga/nit6xlite/BoardConfig.mk#L53" title="https://github.com/boundarydevices/android_device_boundary/blob/boundary-imx-kk4.4.3_2.0.0-ga/nit6xlite/BoardConfig.mk#L53"&gt;android_device_boundary/BoardConfig.mk at boundary-imx-kk4.4.3_2.0.0-ga · boundarydevices/android_device_boundary · GitH…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 08:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413908#M62021</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2015-09-29T08:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start p2p_supplicant service (wifi direct) in imx6 with bcm43362 wifi module and Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413909#M62022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try it, thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jackie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 01:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-start-p2p-supplicant-service-wifi-direct-in-imx6-with/m-p/413909#M62022</guid>
      <dc:creator>ASTRIHK</dc:creator>
      <dc:date>2015-09-30T01:37:08Z</dc:date>
    </item>
  </channel>
</rss>

