<?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>Other NXP ProductsのトピックRe: Set custom BSSID</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1321184#M11758</link>
    <description>&lt;P&gt;&lt;SPAN&gt;It’s actually the BSSID (ie the MAC address) not the SSID that I need to set using my companies OUI prefix.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 14:25:29 GMT</pubDate>
    <dc:creator>dvlogic</dc:creator>
    <dc:date>2021-08-10T14:25:29Z</dc:date>
    <item>
      <title>Set custom BSSID</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1319888#M11737</link>
      <description>&lt;P&gt;We are building our own IoT device using an i.MX8MN and AW-CM385SM WIFI module (which is based on the NXP88W8987 WLAN+BT chip). &amp;nbsp;We have registered a MAC address OUI for our company and would like to &amp;nbsp;program the BSSID/MAC address at manufacturing time, based on our OUI. &amp;nbsp; I know how to program the ethernet MAC address in u-boot but don't know if its possible to do something similar for the WIFI BSSID. &amp;nbsp;Please let me know if there is a way to tell the WIFI driver the BSSID.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 22:52:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1319888#M11737</guid>
      <dc:creator>dvlogic</dc:creator>
      <dc:date>2021-08-06T22:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set custom BSSID</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1319991#M11740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;--If you want to connect target router, the router's SSID should be conigured in wpa_supplicant.conf&lt;/P&gt;
&lt;P&gt;--if you want to configure wifi module as Access Point, it's SSID name should be configured like below:&lt;/P&gt;
&lt;P&gt;/etc/hostapd.conf&lt;BR /&gt;# If we want to use 2.4G, it’s contents should be :&lt;BR /&gt;Deleting original one , and Using “nano /etc/hostapd.conf” to create a New one.&lt;BR /&gt;root@imx8mnevk:~# nano /etc/hostapd.conf&lt;BR /&gt;-------------------&lt;BR /&gt;interface=uap0&lt;BR /&gt;ssid=NXP-uap0&lt;BR /&gt;hw_mode=g&lt;BR /&gt;channel=1&lt;BR /&gt;own_ip_addr=192.168.2.2 # this is the uap0 ip address&lt;BR /&gt;------------------&lt;BR /&gt;# If we want to use 5G, it’s contents should be :&lt;BR /&gt;------------------&lt;BR /&gt;interface=uap0&lt;BR /&gt;ssid=NXP-uap0&lt;BR /&gt;hw_mode=a&lt;BR /&gt;channel=40&lt;BR /&gt;ieee80211n=1&lt;BR /&gt;own_ip_addr=192.168.2.2 # this is the uap0 ip address&lt;/P&gt;
&lt;P&gt;Have a good day!&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 00:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1319991#M11740</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2021-08-09T00:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set custom BSSID</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1321184#M11758</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It’s actually the BSSID (ie the MAC address) not the SSID that I need to set using my companies OUI prefix.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1321184#M11758</guid>
      <dc:creator>dvlogic</dc:creator>
      <dc:date>2021-08-10T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set custom BSSID</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1327453#M11870</link>
      <description>&lt;P&gt;Hello Dvlogic,&lt;/P&gt;
&lt;P&gt;It is my mistake, sorry!&lt;/P&gt;
&lt;P&gt;See README_UAP, please!&amp;nbsp; the file is in the wlan_src of wifi driver.&lt;/P&gt;
&lt;P&gt;----------------------------------&lt;/P&gt;
&lt;P&gt;----------------------&lt;BR /&gt;"./uaputl.exe sys_cfg_ap_mac_address [AP_MAC_ADDRESS]"&lt;/P&gt;
&lt;P&gt;This command is used to set or get the AP MAC address.&lt;/P&gt;
&lt;P&gt;If no arguments are given, this command returns the current AP MAC&lt;BR /&gt;address.&lt;BR /&gt;Otherwise, this MAC address becomes the BSSID of the infrastructure&lt;BR /&gt;network created by the AP.&lt;/P&gt;
&lt;P&gt;Example:&lt;BR /&gt;./uaputl.exe sys_cfg_ap_mac_address 00:50:43:20:aa:bb&lt;BR /&gt;Set AP MAC address to 00:50:43:20:aa:bb&lt;/P&gt;
&lt;P&gt;./uaputl.exe sys_cfg_ap_mac_address&lt;BR /&gt;Get AP MAC address"&lt;/P&gt;
&lt;P&gt;----------------------------------------------------&lt;/P&gt;
&lt;P&gt;Have a good day!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 06:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Set-custom-BSSID/m-p/1327453#M11870</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2021-08-23T06:25:58Z</dc:date>
    </item>
  </channel>
</rss>

