Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/CoreWlan/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ public enum CWPhyMode : ulong {
/// <summary>To be added.</summary>
AC = 5,
AX = 6,
/// <summary>802.11be (Wi-Fi 7).</summary>
[Mac (26, 4)]
BE = 7,
}

[NoMacCatalyst]
Expand Down
5 changes: 5 additions & 0 deletions src/corewlan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,16 @@ interface CWWiFiClient {
/// <summary>To be added.</summary>
/// <value>To be added.</value>
/// <remarks>To be added.</remarks>
[Deprecated (PlatformName.MacOSX, 13, 0, message: "Use the 'GetInterfaceNames' instance method instead.")]
[NullAllowed]
[Export ("interfaceNames")]
[Static]
string [] InterfaceNames { get; }

[return: NullAllowed]
[Export ("interfaceNames")]
string [] GetInterfaceNames ();

/// <summary>To be added.</summary>
/// <value>To be added.</value>
/// <remarks>To be added.</remarks>
Expand Down
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11613,6 +11613,7 @@ M:CoreWlan.CWKeychain.TrySetWiFiPassword(CoreWlan.CWKeychainDomain,Foundation.NS
M:CoreWlan.CWKeychain.TrySetWiFiPassword(CoreWlan.CWKeychainDomain,Foundation.NSData,System.String,System.Int32@)
M:CoreWlan.CWKeychain.TrySetWiFiPassword(CoreWlan.CWKeychainDomain,Foundation.NSData,System.String)
M:CoreWlan.CWWiFiClient.Dispose(System.Boolean)
M:CoreWlan.CWWiFiClient.GetInterfaceNames
M:CryptoTokenKit.ITKSmartCardTokenDriverDelegate.CreateToken(CryptoTokenKit.TKSmartCardTokenDriver,CryptoTokenKit.TKSmartCard,Foundation.NSData,Foundation.NSError@)
M:CryptoTokenKit.ITKSmartCardUserInteractionDelegate.CharacterEntered(CryptoTokenKit.TKSmartCardUserInteraction)
M:CryptoTokenKit.ITKSmartCardUserInteractionDelegate.CorrectionKeyPressed(CryptoTokenKit.TKSmartCardUserInteraction)
Expand Down
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreWLAN.todo

This file was deleted.

Loading