Encapsulates an IEEE 802.11 network, providing read-only accessors to various properties of the network.
SDK
- macOS 10.6+
Framework
- Core WLAN
Declaration
@interface CWNetwork : NSObject
Encapsulates an IEEE 802.11 network, providing read-only accessors to various properties of the network.
SDK
Framework
@interface CWNetwork : NSObject
- supports Security:
Method for determining which security types a network supports.
- supports PHYMode:
Method for determining which PHY modes a network supports.
- is Equal To Network:
Method for determining CWNetwork object equality.
beacon Interval
The beacon interval (ms) for the network.
bssid
The basic service set identifier (BSSID) for the network, returned as UTF-8 string.
country Code
The country code (ISO/IEC 3166-1:1997) for the network.
ibss
The network is an IBSS network.
information Element Data
Information element data included in beacon or probe response frames.
noise Measurement
The aggregate noise measurement (dBm) for the network.
rssi Value
The aggregate received signal strength indication (RSSI) measurement (dBm) for the network.
ssid
The service set identifier (SSID) for the network, encoded as a string.
ssid Data
The service set identifier (SSID) for the network, returned as data.
wlan Channel
The channel for the network.