<?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 simultaneous wifi AP and sta mode in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/simultaneous-wifi-AP-and-sta-mode/m-p/324837#M43599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/weidong.sun"&gt;weidong.sun&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/YixingKong"&gt;YixingKong&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alejandrolozano"&gt;alejandrolozano&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/tonyzheng"&gt;tonyzheng&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/JackLee1z"&gt;JackLee1z&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raymondwang"&gt;raymondwang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development board: &lt;STRONG&gt;MCIMX28EV&lt;/STRONG&gt;K&lt;/P&gt;&lt;P&gt;Linux-kernel version:&lt;STRONG&gt;2.6.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Wifi Driver:-&lt;STRONG&gt; Marvell SD8787&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Successfully booting from sd card and logged in as root( freescale login: root).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;root@freescale&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;1.insmod mlan.ko&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;2.insmod sd8xxx.ko [drv_mode=3] [fw_name=mrvl/sd8787_uapsta.bin]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Station mode is configured and I am able to ping google.com by using the following commands&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ifconfig mlan0 up&lt;/P&gt;&lt;P&gt;iwlist mlan0 scan&lt;/P&gt;&lt;P&gt;iwconfig mlan0 essid DTS_WORKSPACE&lt;/P&gt;&lt;P&gt;ping 192.168.2.1&lt;/P&gt;&lt;P&gt;udhcpc -f -q -n -i mlan0 udhcpc&lt;/P&gt;&lt;P&gt;ping google.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not able to ping after applying the ap configuration commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig uap0 192.168.2.25 up&lt;/P&gt;&lt;P&gt;iwpriv uap0 start&lt;/P&gt;&lt;P&gt;iwpriv uap0 bssstart&lt;/P&gt;&lt;P&gt;udhcpd /etc/udhcpd.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above commands are used to configure it as ap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to use any additional commands ? Is hostapd necessary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Parvathy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 12:19:21 GMT</pubDate>
    <dc:creator>pt</dc:creator>
    <dc:date>2014-06-26T12:19:21Z</dc:date>
    <item>
      <title>simultaneous wifi AP and sta mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simultaneous-wifi-AP-and-sta-mode/m-p/324837#M43599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/weidong.sun"&gt;weidong.sun&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/YixingKong"&gt;YixingKong&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alejandrolozano"&gt;alejandrolozano&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/tonyzheng"&gt;tonyzheng&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/JackLee1z"&gt;JackLee1z&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raymondwang"&gt;raymondwang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development board: &lt;STRONG&gt;MCIMX28EV&lt;/STRONG&gt;K&lt;/P&gt;&lt;P&gt;Linux-kernel version:&lt;STRONG&gt;2.6.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Wifi Driver:-&lt;STRONG&gt; Marvell SD8787&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Successfully booting from sd card and logged in as root( freescale login: root).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;root@freescale&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;1.insmod mlan.ko&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;2.insmod sd8xxx.ko [drv_mode=3] [fw_name=mrvl/sd8787_uapsta.bin]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Station mode is configured and I am able to ping google.com by using the following commands&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ifconfig mlan0 up&lt;/P&gt;&lt;P&gt;iwlist mlan0 scan&lt;/P&gt;&lt;P&gt;iwconfig mlan0 essid DTS_WORKSPACE&lt;/P&gt;&lt;P&gt;ping 192.168.2.1&lt;/P&gt;&lt;P&gt;udhcpc -f -q -n -i mlan0 udhcpc&lt;/P&gt;&lt;P&gt;ping google.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not able to ping after applying the ap configuration commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig uap0 192.168.2.25 up&lt;/P&gt;&lt;P&gt;iwpriv uap0 start&lt;/P&gt;&lt;P&gt;iwpriv uap0 bssstart&lt;/P&gt;&lt;P&gt;udhcpd /etc/udhcpd.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above commands are used to configure it as ap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to use any additional commands ? Is hostapd necessary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Parvathy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:19:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simultaneous-wifi-AP-and-sta-mode/m-p/324837#M43599</guid>
      <dc:creator>pt</dc:creator>
      <dc:date>2014-06-26T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: simultaneous wifi AP and sta mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simultaneous-wifi-AP-and-sta-mode/m-p/324838#M43600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More details required to describe your issue. e.g. How about your route table? Moreover, you'd better to use hostapd to start uAP interface and&lt;/P&gt;&lt;P&gt;using iptables to forwarding packets from uAP to tethering interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 03:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simultaneous-wifi-AP-and-sta-mode/m-p/324838#M43600</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2014-06-27T03:07:30Z</dc:date>
    </item>
  </channel>
</rss>

