linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Horacio J. Peña" <horape@compendium.com.ar>
To: linux-wireless@vger.kernel.org
Subject: Multiple Virtual Interfaces: when the station one fails the ap follows
Date: Sat, 17 Sep 2011 17:55:07 -0300	[thread overview]
Message-ID: <20110917205507.GK8298@compendium.com.ar> (raw)

[Please excuse me the openwrt syntax, I wrote this first on the openwrt forum]

When using multiple virtual interfaces like:


config wifi-device  radio0
        option type     mac80211
        option channel  6
...

config wifi-iface
        option device   radio0
        option network  wan
        option mode     sta
        option ssid     AP1
...
config wifi-iface
        option device   radio0
        option network  wlan
        option mode     AP2


If wan gets deassociated from AP1, it gets impossible to associate to AP2 network. 

Looking with airodump-ng I see a few beacons sent on the right channel and that it's sending probes on the wrong channels. It seems that this channel hopping looking for AP1 is what breaks AP2.

It seems that devices in managed mode disregard the channel configuration. Is there any way to force it?

This has been tested on a TP-LINK MR3420 (AR9287)

Thanks!
-- 
Horacio J. Peña
horape@compendium.com.ar
horape@uninet.edu

             reply	other threads:[~2011-09-17 21:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-17 20:55 Horacio J. Peña [this message]
2011-09-22 13:23 ` Multiple Virtual Interfaces: when the station one fails the ap follows Horacio J. Peña

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110917205507.GK8298@compendium.com.ar \
    --to=horape@compendium.com.ar \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).