Ticket #1099 (confirmed enhancement)

Opened 20 months ago

Last modified 3 weeks ago

Disable private wifi

Reported by: ilvalle@… Owned by:
Priority: normal Milestone: Firmware 2.3
Component: unknown Version: 2.3.7.0 beta2
Severity: normal
Cc: Hardware: both

Description

Like for the public wifi, it would be great to have the possibility to disable the private wifi as well.
For example, this improves the wifi performance when the fonera are used in wifi(-bridge) mode.

Attachments

Change History

Changed 20 months ago by matthijs

  • status changed from new to confirmed
  • severity changed from unknown to normal
  • milestone set to Firmware 2.3

Sounds like a plan! However, I won't be including this in 2.3.7.0 anymore, since it will require some thorough testing (I'm afraid a lot of code assumes the private signal is enabled).

Changed 7 weeks ago by ilvalle@…

I finally re-started my 2.0n, I am just wondering how difficult would be to implement this enhancement.

Changed 4 weeks ago by matthijs

In essence, this could work by changing trunk/fon/fonbase/files/lib/fon/config.sh to disbable the private network (e.g., by changing the "ssid" to "off" in config_wireless in line 433.

I _think_ this might be all that is needed to shut off the private signal. However, there might be parts of the firmware that assume the interface is available and running (though I can't think of any just now), so the most work would be to do some thorough testing.

If you try this, please let me know the results!

Changed 4 weeks ago by ilvalle@…

Sorry, could you point me which line I have to change?

Changed 3 weeks ago by matthijs

Didn't I just do this? If you change this line:  http://trac.fonosfera.org/fon-ng/browser/trunk/fon/fonbase/files/lib/fon/config.sh#L433 to: uci_set "wireless" "private" "ssid" "off"

I think the private wifi should remain disabled.

Add/Change #1099 (Disable private wifi)

Author


E-mail address and user name can be saved in the Preferences.


Action
as confirmed
 
Note: See TracTickets for help on using tickets.