Platforms to show: All Mac Windows Linux Cross-Platform

Back to CWInterfaceMBS class.

Previous items

CWInterfaceMBS.supportedPHYModes as Integer()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 11.0 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Array of PHY modes supported by the CoreWLAN interface.

Dynamically queries the interface for the supported PHY modes.

CWInterfaceMBS.supportedWLANChannels as CWChannelMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
An array of channels supported by the interface for the active country code.
Example
dim c as CWInterfaceMBS = CWInterfaceMBS.interfaceWithName("en0")
dim channels() as CWChannelMBS = c.supportedWLANChannels
dim lines() as string
for each ch as CWChannelMBS in channels
lines.append str(ch.channelNumber) + ": "+ str(ch.channelBand)
next
MsgBox join(lines,", ")

Dynamically queries the interface for the supported channels. Returns an array of CWChannel objects, or nil in the case of an error.

Available on Mac OS X 10.7 or later.

Previous items

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...