<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with wifi ap]]></title><description><![CDATA[A list of topics that have been tagged with wifi ap]]></description><link>http://community.onion.io/tags/wifi ap</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 12:24:19 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/wifi ap.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Sep 2022 12:59:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Disable access point on wifi setup done]]></title><description><![CDATA[@dixit This is the factory reset process, per the document link I sent earlier
]]></description><link>http://community.onion.io/topic/4874/disable-access-point-on-wifi-setup-done</link><guid isPermaLink="true">http://community.onion.io/topic/4874/disable-access-point-on-wifi-setup-done</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Thu, 29 Sep 2022 12:59:52 GMT</pubDate></item><item><title><![CDATA[Config Settings - How to host a WiFi access point(no internet needed), while the ethernet port is running its own dhcp server?]]></title><description><![CDATA[@julianstogs-iti I would use the firewall rules to achieve what you want. Remove the relevant forward rule and block everything except the required port.
uci show firewall
The rules are in /etc/config/firewall
]]></description><link>http://community.onion.io/topic/4437/config-settings-how-to-host-a-wifi-access-point-no-internet-needed-while-the-ethernet-port-is-running-its-own-dhcp-server</link><guid isPermaLink="true">http://community.onion.io/topic/4437/config-settings-how-to-host-a-wifi-access-point-no-internet-needed-while-the-ethernet-port-is-running-its-own-dhcp-server</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Tue, 09 Mar 2021 02:37:03 GMT</pubDate></item><item><title><![CDATA[FAQ: How to check the clients connected to the Omega&#x27;s WiFi AP?]]></title><description><![CDATA[<p dir="auto">Read <code>/tmp/dhcp.leases</code> to see the active DHCP leases. However, if a client disconnects, the DHCP lease will remain active for some time and the client will still be listed.</p>
<p dir="auto">To get around this and find a list of active clients, the command <code>iwpriv ra0 get_mac_table</code> can be used in conjunction with the DHCP leases.<br />
It will output a list of the MAC address of all connected clients.</p>
<pre><code># iwpriv ra0 get_mac_table
ra0       get_mac_table:
MAC                 Avg RSSI Last RSSI AP  AID PSM AUTH CTxR  LTxR  LDT       RxB       TxB       Conn Time
e4:ce:8f:0c:02:14   -53      -53       0   2   1   1    54    0     0         0         0         454
</code></pre>
<p dir="auto">As soon as a client disconnects, it will no longer appear on the <code>get_mac_table</code> output.</p>
<p dir="auto">This can then be cross-referenced with <code>/tmp/dhcp.leases</code> to get a list of active clients.</p>
]]></description><link>http://community.onion.io/topic/4291/faq-how-to-check-the-clients-connected-to-the-omega-s-wifi-ap</link><guid isPermaLink="true">http://community.onion.io/topic/4291/faq-how-to-check-the-clients-connected-to-the-omega-s-wifi-ap</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Mon, 05 Oct 2020 14:23:57 GMT</pubDate></item><item><title><![CDATA[Can I configure &#x27;station only&#x27; mode?]]></title><description><![CDATA[All base stations in a wireless distribution system must be configured to use the same radio channel, method of encryption (none, WEP, WPA or WPA2) and the same encryption keys. They may be configured to different service set identifiers (SSIDs). WDS also requires every base station to be configured to forward to others in the system.
]]></description><link>http://community.onion.io/topic/4284/can-i-configure-station-only-mode</link><guid isPermaLink="true">http://community.onion.io/topic/4284/can-i-configure-station-only-mode</guid><dc:creator><![CDATA[Cruzgr]]></dc:creator><pubDate>Tue, 27 Oct 2020 05:33:09 GMT</pubDate></item><item><title><![CDATA[wifi wont scan]]></title><description><![CDATA[@ab09 We need to know what firmware version you are using.
Make sure you have you updated to the latest firmware version.
Perform a factory reset to you can be sure it is nothing you have done to mess up the configuration.
When booting do you see the Warp Core splash screen?
Some people have had issues connecting to WiFi if they have the device set to US frequencies.  In /etc/config/wireless look for this :
config wifi-device 'radio0'
option type 'ralink'
option variant 'mt7628'
option country 'US'
Remove it and reboot.
If that doesn't fix the issue, try fixing the channel instead of  option channel 'auto' set it to a valid channel for your region. Channel 11 is usually good but your situation may differ so you can try anything in the range 1 - 11 for 2.4Ghz
]]></description><link>http://community.onion.io/topic/4255/wifi-wont-scan</link><guid isPermaLink="true">http://community.onion.io/topic/4255/wifi-wont-scan</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Mon, 24 Aug 2020 08:28:15 GMT</pubDate></item><item><title><![CDATA[How to disable Wi-Fi access point]]></title><description><![CDATA[@Modest-Polykarpovich this question has been asked countless times. If you disable the access point you are also disabling all wifi on the device.
My solution is to hide the access point and set a very complex key. Not a perfect solution but better than nothing.
]]></description><link>http://community.onion.io/topic/4108/how-to-disable-wi-fi-access-point</link><guid isPermaLink="true">http://community.onion.io/topic/4108/how-to-disable-wi-fi-access-point</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Sun, 19 Apr 2020 18:15:26 GMT</pubDate></item><item><title><![CDATA[Number of clients connected to wifi ap]]></title><description><![CDATA[@Kim-Nyholm I think iw and iwinfo are not working as expected due to WARP CORE (the Onion Enhanced MT7688 WiFi Driver).
Check the '/tmp/dhcp.leases' file that lists all the devices which connected to that AP so far (in the last 12 hours - it's the default lease time).
If you want to know only the number of active clients then flush actualize the arp cache in some way.
Do you want an example?
]]></description><link>http://community.onion.io/topic/3858/number-of-clients-connected-to-wifi-ap</link><guid isPermaLink="true">http://community.onion.io/topic/3858/number-of-clients-connected-to-wifi-ap</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Wed, 11 Dec 2019 23:43:14 GMT</pubDate></item><item><title><![CDATA[AP mode selecting same channel as Home Router]]></title><description><![CDATA[@György-Farkas Certainly not a bug, but I would not consider it a "feature" but rather it is an attribute.
]]></description><link>http://community.onion.io/topic/3782/ap-mode-selecting-same-channel-as-home-router</link><guid isPermaLink="true">http://community.onion.io/topic/3782/ap-mode-selecting-same-channel-as-home-router</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Sun, 13 Oct 2019 10:08:26 GMT</pubDate></item><item><title><![CDATA[Network configuration]]></title><description><![CDATA[@Mark-Nagaev my bandwidth limitation is mostly because my cellular provider has a max download of 25 - 30mbps. that's the best i get. so any devices connected to the omega2+ share that. if one device is doing youtube video then any others really struggle to do anything useful. however if 2-3 devices are doing casual browsing then it varies from  sorta acceptable to memories of 1996 and 56K modem.    at least the hotspot keeps the line open.  to answer your query i think your issue is more a function of shairpoint software than omega2 hardware.
]]></description><link>http://community.onion.io/topic/3778/network-configuration</link><guid isPermaLink="true">http://community.onion.io/topic/3778/network-configuration</guid><dc:creator><![CDATA[Douglas Kryder]]></dc:creator><pubDate>Thu, 17 Oct 2019 17:06:10 GMT</pubDate></item><item><title><![CDATA[Cannot send&#x2F;receive packets from WiFi to Cellular Modem]]></title><description><![CDATA[The original firewall configuration is correct.  The problem is the
config interface 'usb'
    option ifname 'wwan0'
    option proto 'dhcp'

After removing this from /etc/config/network, I can get internet on the mobile device after connecting to the Omega.
]]></description><link>http://community.onion.io/topic/3007/cannot-send-receive-packets-from-wifi-to-cellular-modem</link><guid isPermaLink="true">http://community.onion.io/topic/3007/cannot-send-receive-packets-from-wifi-to-cellular-modem</guid><dc:creator><![CDATA[aobs]]></dc:creator><pubDate>Fri, 06 Jul 2018 13:41:52 GMT</pubDate></item><item><title><![CDATA[Access Point settings page broken]]></title><description><![CDATA[@Aj-Blosser said in Access Point settings page broken:

Thanks, I tried that but I get to this part:
/etc/init.d/wireless restart
and there is no wireless file in /etc/init.d 

This is another  - "It worked at previously!"  @Lazar-Demin - Onion DOCS issue. 
Run wifimanager or wifi depending on your firmware version.
A reboot  helps too . After a Factory Reset you should repeat the WiFi setup (on CLI) or the whole First Time Setup (on  the web based Console) procedure again.

And please submit a ticket ... or

Just merged a bunch of Pull Requests to the Docs, one of them fixes this very thing!
/ @Lazar-Demin /

Good luck!
]]></description><link>http://community.onion.io/topic/2917/access-point-settings-page-broken</link><guid isPermaLink="true">http://community.onion.io/topic/2917/access-point-settings-page-broken</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Thu, 24 May 2018 07:35:21 GMT</pubDate></item><item><title><![CDATA[Demo Wifi AP sniffer]]></title><description><![CDATA[@Hank-Hill said in Demo Wifi AP sniffer:

Ekhau

As far I as know, there have been many problems (read: impossible) to set the Omega in monitor mode - see this post.
I didn't try yet but I think that with the GPS expansion it could be possible releasing something like that..
]]></description><link>http://community.onion.io/topic/2247/demo-wifi-ap-sniffer</link><guid isPermaLink="true">http://community.onion.io/topic/2247/demo-wifi-ap-sniffer</guid><dc:creator><![CDATA[tommaso tani]]></dc:creator><pubDate>Wed, 16 Aug 2017 17:49:08 GMT</pubDate></item></channel></rss>