Search Linux Wireless

Re: Anyone working on making iw able to specify MAC address at station creation time?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/30/14 19:44, Ben Greear wrote:
On 09/04/2014 11:33 PM, Johannes Berg wrote:
On Thu, 2014-09-04 at 10:51 -0700, Ben Greear wrote:
I'm having issues with udev renaming newly created stations when I have
udev rules for wlanX, when wlanX is not already existing.

I think specifying MAC on station creation time would solve my problems,
but haven't looked closely yet.

My version of 'iw' doesn't support setting the MAC on creation, from
what I can tel.

Curious if anyone else is working on this?

I think Marcel mentioned wanting this before. There's even an attribute
in nl80211 already, but it can only be used for P2P_DEVICE I believe, so
a feature flag or so would be needed to be able to know whether or not
this would be expected to take any effect (kernels before those future
changes would ignore the attribute for non-P2P-DEVICE I believe)

 From what I can tell, cfg80211 does parse the macaddr for p2p-device,
but I don't see it used in mac80211/iface.c ieee80211_if_add.

Am I missing something?

Hi Ben,

It has been a while ago since I added this, but it could be that only brcmfmac is the only driver looking at the mac address parameter and that is a cfg80211 driver.

Regards,
Arend

--8<-----------------------------------------------------------------

commit 1c18f1452a772dfe884ed25677bddb3ecaf9c43a
Author: Arend van Spriel <arend@xxxxxxxxxxxx>
Date:   Tue Jan 8 10:17:27 2013 +0100

    nl80211: allow user-space to set address for P2P_DEVICE

    As per email discussion Jouni Malinen pointed out that:

    "P2P message exchanges can be executed on the current operating channel
    of any operation (both P2P and non-P2P station). These can be on 5 GHz
    and even on 60 GHz (so yes, you _can_ do GO Negotiation on 60 GHz).

    As an example, it would be possible to receive a GO Negotiation Request
    frame on a 5 GHz only radio and then to complete GO Negotiation on that
band. This can happen both when connected to a P2P group (through client
    discoverability mechanism) and when connected to a legacy AP (assuming
    the station receive Probe Request frame from full scan in the beginning
    of P2P device discovery)."

    This means that P2P messages can be sent over different radio devices.
    However, these should use the same P2P device address so it should be
    able to provision this from user-space. This patch adds a parameter for
    this to struct vif_params which should only be used during creation of
    the P2P device interface.

    Cc: Jouni Malinen <j@xxxxx>
    Cc: Greg Goldman <ggoldman@xxxxxxxxxxxx>
    Cc: Jithu Jance <jithu@xxxxxxxxxxxx>
    Signed-off-by: Arend van Spriel <arend@xxxxxxxxxxxx>
    [add error checking]
    Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx>

 include/net/cfg80211.h | 4 ++++
 net/wireless/nl80211.c | 7 +++++++
 2 files changed, 11 insertions(+)


Haven't looked at the code right now, this is all I know.

johannes




--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux