TwclWiFiHostedNetworkStatus Record

he structure contains information about the status of the wireless Hosted Network.

Namespace: wclWiFi
type
 TwclWiFiHostedNetworkStatus = record
 end;

The TwclWiFiHostedNetworkStatus type exposes the following members.

Show:
 NameDescription
BssId

The BSSID used by the wireless Hosted Network in packets, beacons, and probe responses.

ChannelFrequency

The channel frequency of the network interface used by wireless Hosted Network.

This value is correct only if State is hnActive.

Id

The actual network Device ID used for the wireless Hosted Network.

This is member is the GUID of a virtual wireless device which would not be available through calls to the EnumInterfaces method of the TwclWiFiClient component. This GUID can be used for calling other higher layer networking functions that use the device GUID (IP Helper functions, for example).

Peers

A dynamic array of TwclWiFiHostedNetworkPeerState structures describing each of the current peers on the wireless Hosted Network.

This value is correct only if State is hnActive.

Phy

The physical type of the network interface used by wireless Hosted Network.

This is one of the types reported by the related physical interface. This value is correct only if the State member is hnActive.

State

The current state of the wireless Hosted Network.

If the value of this member is hnUnavailable, then the values of the other fields in this structure should not be used.

Top