Open sipefree opened 1 year ago
Hi @sipefree
This is because the driver does not support the set_wiphy_netns command...
I understand. I wish Realtek did a better job supporting their products under Linux but they do not. I work hard to help users that already own selected Realtek based adapters to make the best of them that they can but adding new features would take more time than I have available.
I checked and the following usb wifi chipsets do support the set_wiphy_netns command:
mt7921au mt7612u mt7610u
The Main Menu for this site is:
https://github.com/morrownr/USB-WiFi
Reading menu items 1 and 2 should be of help to you.
Regards,
@morrownr
Added NET_NS to rtl8812au few years ago, it's fairly simply. (aircrack-ng version)
@kimocoder
Thanks. I will take a look.
I was trying to set up this driver for use in an LXC container running
hostapd
, but I was unable to because LXC cannot switch the network namespace of the physical device created by this driver.Neither can you manually change the namespace when the container is started:
This is because the driver does not support the
set_wiphy_netns
command:Implementing this command would enable the flexible use of RTL8852BU hardware as an Access Point in a more secure setup, such as using LXC containers to run
hostapd
, or by providing such a virtual machine with its own wlan NIC.