Can not set to UP busy virtual interface
by intmail01 from LinuxQuestions.org on (#4X2TD)
Hi,
I want to connect to two AP from one wlan interface then I create two virtual interfaces:
Code:iw dev wlan1 interface add wlan-first type station addr 00:00:00:00:00:01;
iw dev wlan1 interface add wlan-second type station addr 00:00:00:00:01:00;
ifconfig wlan-first up;For the second new interface when I set to UP then an error appears:
Code:ifconfig wlan-second up;
--> SIOCSIFFLAGS: Device or resource busyWhat is wrong ? What configurations are missing ?


I want to connect to two AP from one wlan interface then I create two virtual interfaces:
Code:iw dev wlan1 interface add wlan-first type station addr 00:00:00:00:00:01;
iw dev wlan1 interface add wlan-second type station addr 00:00:00:00:01:00;
ifconfig wlan-first up;For the second new interface when I set to UP then an error appears:
Code:ifconfig wlan-second up;
--> SIOCSIFFLAGS: Device or resource busyWhat is wrong ? What configurations are missing ?