// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Devices_WiFi_0_H #define WINRT_Windows_Devices_WiFi_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { struct EventRegistrationToken; struct IAsyncAction; template struct WINRT_IMPL_EMPTY_BASES IReference; template struct WINRT_IMPL_EMPTY_BASES TypedEventHandler; } WINRT_EXPORT namespace winrt::Windows::Networking::Connectivity { struct NetworkAdapter; struct NetworkSecuritySettings; } WINRT_EXPORT namespace winrt::Windows::Security::Credentials { struct PasswordCredential; } WINRT_EXPORT namespace winrt::Windows::Devices::WiFi { enum class WiFiAccessStatus : int32_t { Unspecified = 0, Allowed = 1, DeniedByUser = 2, DeniedBySystem = 3, }; enum class WiFiConnectionMethod : int32_t { Default = 0, WpsPin = 1, WpsPushButton = 2, }; enum class WiFiConnectionStatus : int32_t { UnspecifiedFailure = 0, Success = 1, AccessRevoked = 2, InvalidCredential = 3, NetworkNotAvailable = 4, Timeout = 5, UnsupportedAuthenticationProtocol = 6, }; enum class WiFiNetworkKind : int32_t { Any = 0, Infrastructure = 1, Adhoc = 2, }; enum class WiFiOnDemandHotspotAvailability : int32_t { Available = 0, Unavailable = 1, }; enum class WiFiOnDemandHotspotCellularBars : int32_t { ZeroBars = 0, OneBar = 1, TwoBars = 2, ThreeBars = 3, FourBars = 4, FiveBars = 5, }; enum class WiFiOnDemandHotspotConnectStatus : int32_t { UnspecifiedFailure = 0, Success = 1, AppTimedOut = 2, InvalidCredential = 3, NetworkNotAvailable = 4, UnsupportedAuthenticationProtocol = 5, BluetoothConnectFailed = 6, BluetoothTransmissionError = 7, OperationCanceledByUser = 8, EntitlementCheckFailed = 9, NoCellularSignal = 10, CellularDataTurnedOff = 11, WlanConnectFailed = 12, WlanNotVisible = 13, AccessPointCannotConnect = 14, CellularConnectTimedOut = 15, RoamingNotAllowed = 16, PairingRequired = 17, DataLimitReached = 18, }; enum class WiFiPhyKind : int32_t { Unknown = 0, Fhss = 1, Dsss = 2, IRBaseband = 3, Ofdm = 4, Hrdsss = 5, Erp = 6, HT = 7, Vht = 8, Dmg = 9, HE = 10, Eht = 11, }; enum class WiFiReconnectionKind : int32_t { Automatic = 0, Manual = 1, }; enum class WiFiWpsConfigurationStatus : int32_t { UnspecifiedFailure = 0, Success = 1, Timeout = 2, }; enum class WiFiWpsKind : int32_t { Unknown = 0, Pin = 1, PushButton = 2, Nfc = 3, Ethernet = 4, Usb = 5, }; struct IWiFiAdapter; struct IWiFiAdapter2; struct IWiFiAdapterStatics; struct IWiFiAvailableNetwork; struct IWiFiConnectionResult; struct IWiFiNetworkReport; struct IWiFiOnDemandHotspotConnectTriggerDetails; struct IWiFiOnDemandHotspotConnectionResult; struct IWiFiOnDemandHotspotNetwork; struct IWiFiOnDemandHotspotNetworkProperties; struct IWiFiOnDemandHotspotNetworkStatics; struct IWiFiWpsConfigurationResult; struct WiFiAdapter; struct WiFiAvailableNetwork; struct WiFiConnectionResult; struct WiFiNetworkReport; struct WiFiOnDemandHotspotConnectTriggerDetails; struct WiFiOnDemandHotspotConnectionResult; struct WiFiOnDemandHotspotNetwork; struct WiFiOnDemandHotspotNetworkProperties; struct WiFiWpsConfigurationResult; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiAdapter"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiAvailableNetwork"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiConnectionResult"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiNetworkReport"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotConnectTriggerDetails"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotConnectionResult"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotNetwork"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotNetworkProperties"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiWpsConfigurationResult"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiAccessStatus"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiConnectionMethod"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiConnectionStatus"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiNetworkKind"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotAvailability"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotCellularBars"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiOnDemandHotspotConnectStatus"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiPhyKind"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiReconnectionKind"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiWpsConfigurationStatus"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.WiFiWpsKind"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiAdapter"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiAdapter2"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiAdapterStatics"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiAvailableNetwork"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiConnectionResult"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiNetworkReport"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiOnDemandHotspotConnectTriggerDetails"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiOnDemandHotspotConnectionResult"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiOnDemandHotspotNetwork"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiOnDemandHotspotNetworkProperties"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiOnDemandHotspotNetworkStatics"; template <> inline constexpr auto& name_v = L"Windows.Devices.WiFi.IWiFiWpsConfigurationResult"; template <> inline constexpr guid guid_v{ 0xA6C4E423,0x3D75,0x43A4,{ 0xB9,0xDE,0x11,0xE2,0x6B,0x72,0xD9,0xB0 } }; // A6C4E423-3D75-43A4-B9DE-11E26B72D9B0 template <> inline constexpr guid guid_v{ 0x5BC4501D,0x81E4,0x453D,{ 0x94,0x30,0x1F,0xCA,0xFB,0xAD,0xD6,0xB6 } }; // 5BC4501D-81E4-453D-9430-1FCAFBADD6B6 template <> inline constexpr guid guid_v{ 0xDA25FDDD,0xD24C,0x43E3,{ 0xAA,0xBD,0xC4,0x65,0x9F,0x73,0x0F,0x99 } }; // DA25FDDD-D24C-43E3-AABD-C4659F730F99 template <> inline constexpr guid guid_v{ 0x26E96246,0x183E,0x4704,{ 0x98,0x26,0x71,0xB4,0xA2,0xF0,0xF6,0x68 } }; // 26E96246-183E-4704-9826-71B4A2F0F668 template <> inline constexpr guid guid_v{ 0x143BDFD9,0xC37D,0x40BE,{ 0xA5,0xC8,0x85,0x7B,0xCE,0x85,0xA9,0x31 } }; // 143BDFD9-C37D-40BE-A5C8-857BCE85A931 template <> inline constexpr guid guid_v{ 0x9524DED2,0x5911,0x445E,{ 0x81,0x94,0xBE,0x4F,0x1A,0x70,0x48,0x95 } }; // 9524DED2-5911-445E-8194-BE4F1A704895 template <> inline constexpr guid guid_v{ 0xA268EB58,0x68F5,0x59CF,{ 0x8D,0x38,0x35,0xBF,0x44,0xB0,0x97,0xEF } }; // A268EB58-68F5-59CF-8D38-35BF44B097EF template <> inline constexpr guid guid_v{ 0x911794A1,0x6C82,0x5DE3,{ 0x8A,0x4A,0xF9,0xFF,0x22,0xA4,0x95,0x7A } }; // 911794A1-6C82-5DE3-8A4A-F9FF22A4957A template <> inline constexpr guid guid_v{ 0x18DC7115,0xA04E,0x507C,{ 0xBB,0xAF,0xB7,0x83,0x69,0xD2,0x9F,0xA7 } }; // 18DC7115-A04E-507C-BBAF-B78369D29FA7 template <> inline constexpr guid guid_v{ 0xC810A1F2,0xC81D,0x5852,{ 0xBE,0x50,0xE4,0xBD,0x4D,0x81,0xE9,0x8D } }; // C810A1F2-C81D-5852-BE50-E4BD4D81E98D template <> inline constexpr guid guid_v{ 0x00F5B8AC,0x80E7,0x5054,{ 0x87,0x1C,0x87,0x39,0xF3,0x74,0xE3,0xC9 } }; // 00F5B8AC-80E7-5054-871C-8739F374E3C9 template <> inline constexpr guid guid_v{ 0x67B49871,0x17EE,0x42D1,{ 0xB1,0x4F,0x5A,0x11,0xF1,0x22,0x6F,0xB5 } }; // 67B49871-17EE-42D1-B14F-5A11F1226FB5 template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiAdapter; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiAvailableNetwork; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiConnectionResult; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiNetworkReport; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiOnDemandHotspotConnectTriggerDetails; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiOnDemandHotspotConnectionResult; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiOnDemandHotspotNetwork; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiOnDemandHotspotNetworkProperties; }; template <> struct default_interface{ using type = winrt::Windows::Devices::WiFi::IWiFiWpsConfigurationResult; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_NetworkAdapter(void**) noexcept = 0; virtual int32_t __stdcall ScanAsync(void**) noexcept = 0; virtual int32_t __stdcall get_NetworkReport(void**) noexcept = 0; virtual int32_t __stdcall add_AvailableNetworksChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_AvailableNetworksChanged(winrt::event_token) noexcept = 0; virtual int32_t __stdcall ConnectAsync(void*, int32_t, void**) noexcept = 0; virtual int32_t __stdcall ConnectWithPasswordCredentialAsync(void*, int32_t, void*, void**) noexcept = 0; virtual int32_t __stdcall ConnectWithPasswordCredentialAndSsidAsync(void*, int32_t, void*, void*, void**) noexcept = 0; virtual int32_t __stdcall Disconnect() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetWpsConfigurationAsync(void*, void**) noexcept = 0; virtual int32_t __stdcall ConnectWithPasswordCredentialAndSsidAndConnectionMethodAsync(void*, int32_t, void*, void*, int32_t, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall FindAllAdaptersAsync(void**) noexcept = 0; virtual int32_t __stdcall GetDeviceSelector(void**) noexcept = 0; virtual int32_t __stdcall FromIdAsync(void*, void**) noexcept = 0; virtual int32_t __stdcall RequestAccessAsync(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Uptime(int64_t*) noexcept = 0; virtual int32_t __stdcall get_Ssid(void**) noexcept = 0; virtual int32_t __stdcall get_Bssid(void**) noexcept = 0; virtual int32_t __stdcall get_ChannelCenterFrequencyInKilohertz(int32_t*) noexcept = 0; virtual int32_t __stdcall get_NetworkRssiInDecibelMilliwatts(double*) noexcept = 0; virtual int32_t __stdcall get_SignalBars(uint8_t*) noexcept = 0; virtual int32_t __stdcall get_NetworkKind(int32_t*) noexcept = 0; virtual int32_t __stdcall get_PhyKind(int32_t*) noexcept = 0; virtual int32_t __stdcall get_SecuritySettings(void**) noexcept = 0; virtual int32_t __stdcall get_BeaconInterval(int64_t*) noexcept = 0; virtual int32_t __stdcall get_IsWiFiDirect(bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_ConnectionStatus(int32_t*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Timestamp(int64_t*) noexcept = 0; virtual int32_t __stdcall get_AvailableNetworks(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_RequestedNetwork(void**) noexcept = 0; virtual int32_t __stdcall ReportError(int32_t) noexcept = 0; virtual int32_t __stdcall ConnectAsync(void**) noexcept = 0; virtual int32_t __stdcall Connect(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetProperties(void**) noexcept = 0; virtual int32_t __stdcall UpdateProperties(void*) noexcept = 0; virtual int32_t __stdcall get_Id(winrt::guid*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_DisplayName(void**) noexcept = 0; virtual int32_t __stdcall put_DisplayName(void*) noexcept = 0; virtual int32_t __stdcall get_Availability(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Availability(int32_t) noexcept = 0; virtual int32_t __stdcall get_RemainingBatteryPercent(void**) noexcept = 0; virtual int32_t __stdcall put_RemainingBatteryPercent(void*) noexcept = 0; virtual int32_t __stdcall get_CellularBars(void**) noexcept = 0; virtual int32_t __stdcall put_CellularBars(void*) noexcept = 0; virtual int32_t __stdcall get_IsMetered(bool*) noexcept = 0; virtual int32_t __stdcall put_IsMetered(bool) noexcept = 0; virtual int32_t __stdcall get_Ssid(void**) noexcept = 0; virtual int32_t __stdcall put_Ssid(void*) noexcept = 0; virtual int32_t __stdcall get_Password(void**) noexcept = 0; virtual int32_t __stdcall put_Password(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetOrCreateById(winrt::guid, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; virtual int32_t __stdcall get_SupportedWpsKinds(void**) noexcept = 0; }; }; template struct consume_Windows_Devices_WiFi_IWiFiAdapter { [[nodiscard]] auto NetworkAdapter() const; auto ScanAsync() const; [[nodiscard]] auto NetworkReport() const; auto AvailableNetworksChanged(winrt::Windows::Foundation::TypedEventHandler const& args) const; using AvailableNetworksChanged_revoker = impl::event_revoker::remove_AvailableNetworksChanged>; [[nodiscard]] auto AvailableNetworksChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& args) const; auto AvailableNetworksChanged(winrt::event_token const& eventCookie) const noexcept; auto ConnectAsync(winrt::Windows::Devices::WiFi::WiFiAvailableNetwork const& availableNetwork, winrt::Windows::Devices::WiFi::WiFiReconnectionKind const& reconnectionKind) const; auto ConnectAsync(winrt::Windows::Devices::WiFi::WiFiAvailableNetwork const& availableNetwork, winrt::Windows::Devices::WiFi::WiFiReconnectionKind const& reconnectionKind, winrt::Windows::Security::Credentials::PasswordCredential const& passwordCredential) const; auto ConnectAsync(winrt::Windows::Devices::WiFi::WiFiAvailableNetwork const& availableNetwork, winrt::Windows::Devices::WiFi::WiFiReconnectionKind const& reconnectionKind, winrt::Windows::Security::Credentials::PasswordCredential const& passwordCredential, param::hstring const& ssid) const; auto Disconnect() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiAdapter; }; template struct consume_Windows_Devices_WiFi_IWiFiAdapter2 { auto GetWpsConfigurationAsync(winrt::Windows::Devices::WiFi::WiFiAvailableNetwork const& availableNetwork) const; auto ConnectAsync(winrt::Windows::Devices::WiFi::WiFiAvailableNetwork const& availableNetwork, winrt::Windows::Devices::WiFi::WiFiReconnectionKind const& reconnectionKind, winrt::Windows::Security::Credentials::PasswordCredential const& passwordCredential, param::hstring const& ssid, winrt::Windows::Devices::WiFi::WiFiConnectionMethod const& connectionMethod) const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiAdapter2; }; template struct consume_Windows_Devices_WiFi_IWiFiAdapterStatics { auto FindAllAdaptersAsync() const; auto GetDeviceSelector() const; auto FromIdAsync(param::hstring const& deviceId) const; auto RequestAccessAsync() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiAdapterStatics; }; template struct consume_Windows_Devices_WiFi_IWiFiAvailableNetwork { [[nodiscard]] auto Uptime() const; [[nodiscard]] auto Ssid() const; [[nodiscard]] auto Bssid() const; [[nodiscard]] auto ChannelCenterFrequencyInKilohertz() const; [[nodiscard]] auto NetworkRssiInDecibelMilliwatts() const; [[nodiscard]] auto SignalBars() const; [[nodiscard]] auto NetworkKind() const; [[nodiscard]] auto PhyKind() const; [[nodiscard]] auto SecuritySettings() const; [[nodiscard]] auto BeaconInterval() const; [[nodiscard]] auto IsWiFiDirect() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiAvailableNetwork; }; template struct consume_Windows_Devices_WiFi_IWiFiConnectionResult { [[nodiscard]] auto ConnectionStatus() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiConnectionResult; }; template struct consume_Windows_Devices_WiFi_IWiFiNetworkReport { [[nodiscard]] auto Timestamp() const; [[nodiscard]] auto AvailableNetworks() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiNetworkReport; }; template struct consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotConnectTriggerDetails { [[nodiscard]] auto RequestedNetwork() const; auto ReportError(winrt::Windows::Devices::WiFi::WiFiOnDemandHotspotConnectStatus const& status) const; auto ConnectAsync() const; auto Connect() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotConnectTriggerDetails; }; template struct consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotConnectionResult { [[nodiscard]] auto Status() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotConnectionResult; }; template struct consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotNetwork { auto GetProperties() const; auto UpdateProperties(winrt::Windows::Devices::WiFi::WiFiOnDemandHotspotNetworkProperties const& newProperties) const; [[nodiscard]] auto Id() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotNetwork; }; template struct consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotNetworkProperties { [[nodiscard]] auto DisplayName() const; auto DisplayName(param::hstring const& value) const; [[nodiscard]] auto Availability() const; auto Availability(winrt::Windows::Devices::WiFi::WiFiOnDemandHotspotAvailability const& value) const; [[nodiscard]] auto RemainingBatteryPercent() const; auto RemainingBatteryPercent(winrt::Windows::Foundation::IReference const& value) const; [[nodiscard]] auto CellularBars() const; auto CellularBars(winrt::Windows::Foundation::IReference const& value) const; [[nodiscard]] auto IsMetered() const; auto IsMetered(bool value) const; [[nodiscard]] auto Ssid() const; auto Ssid(param::hstring const& value) const; [[nodiscard]] auto Password() const; auto Password(winrt::Windows::Security::Credentials::PasswordCredential const& value) const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotNetworkProperties; }; template struct consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotNetworkStatics { auto GetOrCreateById(winrt::guid const& networkId) const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiOnDemandHotspotNetworkStatics; }; template struct consume_Windows_Devices_WiFi_IWiFiWpsConfigurationResult { [[nodiscard]] auto Status() const; [[nodiscard]] auto SupportedWpsKinds() const; }; template <> struct consume { template using type = consume_Windows_Devices_WiFi_IWiFiWpsConfigurationResult; }; } #endif