VirtualBox

Opened 5 weeks ago

Closed 2 weeks ago

#22362 closed defect (fixed)

Linux host: Change the wireless interface detection mechanism => fixed in svn

Reported by: serene Owned by:
Component: network Version: VirtualBox-7.1.6
Keywords: fWireless bridge wireless Cc: serene
Guest type: all Host type: Linux

Description

Currently for bridging wireless network detection is done by SIOCGIWNAME ioctl on a UDP socket. This relies on deprecated WEXT api and are gradually disabled by modern distros.

The recommended replacement is nl80211 but just to check if a device is wireless it seems overkill.

I think checking /sys/class/net/<pszName>/uevent where DEVTYPE=wlan should be present for wireless is better option.

Marking this as defect as currently adapter bridged to wireless interface doesn't work as expected. Duplicate of: https://www.virtualbox.org/ticket/21075

Attachments (1)

wireless_detection_fix.patch (1.6 KB ) - added by serene 5 weeks ago.
Patch

Download all attachments as: .zip

Change History (3)

by serene, 5 weeks ago

Patch

comment:1 by galitsyn, 4 weeks ago

Summary: Linux host: Change the wireless interface detection mechanismLinux host: Change the wireless interface detection mechanism => fixed in svn

Hi serene,

Thank you for reporting the issue. It should be fixed in the next release.

comment:2 by galitsyn, 2 weeks ago

Resolution: fixed
Status: newclosed

Hello,

We just released VirtualBox 7.1.8 which is available on the Downloads page. This issue should be fixed in this version.

Note: See TracTickets for help on using tickets.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette