-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver does not support switching network namespaces (set_wiphy_netns) #13
Comments
Hi @sipefree
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 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, |
Added NET_NS to rtl8812au few years ago, it's fairly simply. (aircrack-ng version) |
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.The text was updated successfully, but these errors were encountered: