<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=UCM-iMX95_Yocto_Linux%3A_WiFi</id>
	<title>UCM-iMX95 Yocto Linux: WiFi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=UCM-iMX95_Yocto_Linux%3A_WiFi"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX95_Yocto_Linux:_WiFi&amp;action=history"/>
	<updated>2026-04-15T08:00:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX95_Yocto_Linux:_WiFi&amp;diff=5559&amp;oldid=prev</id>
		<title>Igor: Created page with &quot;= WiFi = The SoM features 802.11ax WiFi and Bluetooth 5.3 BLE.&lt;/br&gt; To use the  WiFi, please ensure that WiFi antenna is connected to the WiFi module.&lt;br&gt; The [https://manpage...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX95_Yocto_Linux:_WiFi&amp;diff=5559&amp;oldid=prev"/>
		<updated>2025-01-09T15:59:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= WiFi = The SoM features 802.11ax WiFi and Bluetooth 5.3 BLE.&amp;lt;/br&amp;gt; To use the  WiFi, please ensure that WiFi antenna is connected to the WiFi module.&amp;lt;br&amp;gt; The [https://manpage...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= WiFi =&lt;br /&gt;
The SoM features 802.11ax WiFi and Bluetooth 5.3 BLE.&amp;lt;/br&amp;gt;&lt;br /&gt;
To use the  WiFi, please ensure that WiFi antenna is connected to the WiFi module.&amp;lt;br&amp;gt;&lt;br /&gt;
The [https://manpages.debian.org/stretch/network-manager/nmcli.1.en.html NetworkManager] can be used to manage WiFi interface.&lt;br /&gt;
&lt;br /&gt;
== Enable/Disable WiFi Interface ==&lt;br /&gt;
* To enable WiFi interface:&lt;br /&gt;
 nmcli radio wifi on&lt;br /&gt;
* To disable WiFi interface:&lt;br /&gt;
 nmcli radio wifi off&lt;br /&gt;
&lt;br /&gt;
== Network Scanning ==&lt;br /&gt;
* Sample WiFi scanning:&lt;br /&gt;
 nmcli dev wifi list&lt;br /&gt;
The output will show the list of Access Points and Ad-Hoc cells in range.&lt;br /&gt;
&lt;br /&gt;
== Connecting to Access Point ==&lt;br /&gt;
In the following example:&lt;br /&gt;
* Replace &amp;lt;SSID&amp;gt; and &amp;lt;PASSWORD&amp;gt; with the actual access point parameters:&lt;br /&gt;
 nmcli device wifi connect &amp;lt;SSID&amp;gt; password &amp;lt;PASSWORD&amp;gt; name WifiCon&lt;br /&gt;
* Disconnect wireless network:&lt;br /&gt;
 nmcli connection down WifiCon&lt;br /&gt;
* Connect wireless network again:&lt;br /&gt;
 nmcli connection up WifiCon&lt;br /&gt;
&lt;br /&gt;
== Creating Access Point ==&lt;br /&gt;
{{Note|Debian 12&amp;lt;br&amp;gt;ipv4 forwarding must be turned on manually}}&lt;br /&gt;
* Enable port forwarding:&lt;br /&gt;
:&amp;lt;pre&amp;gt;sed -i 's/^#\(net.ipv[4,6].*forward\)/\1/' /etc/sysctl.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
In the following example:&lt;br /&gt;
* Replace &amp;lt;SSID&amp;gt; and &amp;lt;PASSWORD&amp;gt; with desired access point parameters:&lt;br /&gt;
 nmcli device wifi hotspot ssid &amp;lt;SSID&amp;gt; password &amp;lt;PASSWORD&amp;gt; con-name HotspotCon&lt;br /&gt;
* Disable wireless AP:&lt;br /&gt;
 nmcli connection down HotspotCon&lt;br /&gt;
* Enable wireless AP again:&lt;br /&gt;
 nmcli connection up HotspotCon&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Yocto]]&lt;br /&gt;
[[Category:UCM-iMX95]]&lt;/div&gt;</summary>
		<author><name>Igor</name></author>
		
	</entry>
</feed>