2015-03-09 16:53:05

by Risse Kilian

[permalink] [raw]
Subject: Virtual Interfaces with iwlwifi

Hi

I tried to create a second interface and connect to another AP. But I was unable to do so. As I tried to enable the second interface I got an error: Device or resource busy. So am I right assuming that this is not possible with the iwlwifi driver?

Thanks

Kilian



2015-03-10 14:10:07

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: Virtual Interfaces with iwlwifi

On Mon, Mar 9, 2015 at 9:48 PM, kilian risse <[email protected]> wrote:
> I think I figured it out - I tried to create two interfaces of the same type
> station - which is not supported according to the "iw phy0 info".
>
> I use a intel 7260 card with a 3.18.7 Kernel.
> The command I used was "iw phy phy0 interface add wlan0 type station".
> Is this a limitation in hardware or software?
>

firmware which pretty much means hardware ;)
You can have BSS and P2P client though.

> Kilian
>
>
> On 03/09/2015 06:19 PM, Dan Williams wrote:
>>
>> On Mon, 2015-03-09 at 16:53 +0000, Risse Kilian wrote:
>>>
>>> Hi
>>>
>>> I tried to create a second interface and connect to another AP. But I was
>>> unable to do so. As I tried to enable the second interface I got an error:
>>> Device or resource busy. So am I right assuming that this is not possible
>>> with the iwlwifi driver?
>>
>>
>> What specific hardware do you have?
>> What kernel version do you have?
>> What specific command were you using to create the second interface?
>> What are the "software interface modes" and "valid interface
>> combinations" sections output from "iw phy0 info"?
>>
>> It's certainly possible and supported with iwlwifi, but it depends on
>> specific hardware, the driver, etc.
>>
>> Dan
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

2015-03-09 17:20:05

by Dan Williams

[permalink] [raw]
Subject: Re: Virtual Interfaces with iwlwifi

On Mon, 2015-03-09 at 16:53 +0000, Risse Kilian wrote:
> Hi
>
> I tried to create a second interface and connect to another AP. But I was unable to do so. As I tried to enable the second interface I got an error: Device or resource busy. So am I right assuming that this is not possible with the iwlwifi driver?

What specific hardware do you have?
What kernel version do you have?
What specific command were you using to create the second interface?
What are the "software interface modes" and "valid interface
combinations" sections output from "iw phy0 info"?

It's certainly possible and supported with iwlwifi, but it depends on
specific hardware, the driver, etc.

Dan


2015-03-09 19:48:19

by Risse Kilian

[permalink] [raw]
Subject: Re: Virtual Interfaces with iwlwifi

I think I figured it out - I tried to create two interfaces of the same
type station - which is not supported according to the "iw phy0 info".

I use a intel 7260 card with a 3.18.7 Kernel.
The command I used was "iw phy phy0 interface add wlan0 type station".
Is this a limitation in hardware or software?

Kilian

On 03/09/2015 06:19 PM, Dan Williams wrote:
> On Mon, 2015-03-09 at 16:53 +0000, Risse Kilian wrote:
>> Hi
>>
>> I tried to create a second interface and connect to another AP. But I was unable to do so. As I tried to enable the second interface I got an error: Device or resource busy. So am I right assuming that this is not possible with the iwlwifi driver?
>
> What specific hardware do you have?
> What kernel version do you have?
> What specific command were you using to create the second interface?
> What are the "software interface modes" and "valid interface
> combinations" sections output from "iw phy0 info"?
>
> It's certainly possible and supported with iwlwifi, but it depends on
> specific hardware, the driver, etc.
>
> Dan
>