From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kilian Risse Date: Mon, 15 Jun 2015 09:47:04 +0200 Subject: [ath9k-devel] Connecting multiple times to same base station Message-ID: <557E82F8.8010805@student.ethz.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi all I tried to simulate multiple clients through a single ar93xx card. I noticed that even though I connect with the base station multiple times through several interfaces, the MAC address with which I send packets (and am associated to the access point) remains the same; the one of the primary station. The interfaces have all different MAC addresses and they have different IPs. But whenever I arping any of the IP addresses it returns the MAC of the primary station. I wanted to ask whether this is intended behavior (and the use case not supported) or whether this is a bug. Thanks for the help Kilian