VirtualBox

Ignore:
Timestamp:
Oct 23, 2017 2:13:55 PM (7 years ago)
Author:
vboxsync
Message:

Main/Network: (bugref:8915) Fixed HostNetworkInterface::Wireless flag, made it visible in 'VBoxManage list bridgedifs'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/NetIf-win.cpp

    r68620 r69164  
    19521952                    info.fIsDefault = (pAdapter->IfIndex == (DWORD)iDefault);
    19531953                    info.fDhcpEnabled = pAdapter->Flags & IP_ADAPTER_DHCP_ENABLED;
     1954                    info.fWireless = (*it).fWireless;
    19541955                    OSVERSIONINFOEX OSInfoEx;
    19551956                    RT_ZERO(OSInfoEx);
Note: See TracChangeset for help on using the changeset viewer.

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