This module manages and configures the Native Wi-Fi settings for the Remote Configuration Framework.
The following table shows the configurable settings for NATIVEWIFI.
| Value : Type | Access | Index | Description |
|---|---|---|---|
| SSID : STRING | Read-write | Not applicable | Specifies the network Service Set Identifier (SSID). This value can be a maximum of 32 bytes. |
| ChannelNo : DWORD | Read-write | Not applicable | Specifies the wireless channel number. |
| RegulatoryDomain : DWORD | Read-write | Not applicable | Specifies the regulatory domain. |
| BeaconPeriod : DWORD | Read-write | Not applicable | Specifies the beacon period, in milliseconds. |
| MaximumAssociations : DWORD | Read-write | Not applicable | Specifies the maximum number of clients that can associate with the access point (AP). |
| PhysicalType : DWORD | Read-write | Not applicable | Specifies the physical type of the underlying network adapter. This can be one of the following values:
|
| RTSThreshold : DWORD | Read-write | Not applicable | Specifies the Request To Send (RTS) threshold. This value, in bytes, specifies the packet size beyond which the 802.11 wireless LAN invokes its RTS mechanism. |
| FragmentationThreshold : DWORD | Read-write | Not applicable | Specifies the fragmentation threshold. This value, in bytes, determines whether packets will be fragmented and at what size. |
| DTIMPeriod : DWORD | Read-write | Not applicable | Specifies the number of beacon intervals that elapse between successive Delivery Traffic Indicator Messages (DTIMs). |
| AssociationIdleTimeOut : DWORD | Read-write | Not applicable | Specifies the number of seconds that must elapse before an inactive client is disassociated from the network. |
| AutoFrequencyEnabled : DWORD | Read-write | Not applicable | For AP mode, this value allows the AP to automatically select the best channel to use. |
| HiddenSSIDEnabled : DWORD | Read-write | Not applicable | When this value is set to 1, the SSID is hidden in the beacon. |
| uTransmittedFragmentCount : DWORD | Read-only | Not applicable | Specifies the number of data and management fragments that the network adapter has successfully transmitted. |
| uMulticastTransmittedFrameCount : DWORD | Read-only | Not applicable | Specifies the number of multicast frames that the network adapter has successfully transmitted. |
| uFailedCount : DWORD | Read-only | Not applicable | Specifies the number of network adapter frame transmissions that failed after exceeding either the short frame or the long frame retry limits. |
| uRetryCount : DWORD | Read-only | Not applicable | Specifies the number of frames that the network adapter successfully retransmitted after one or more retransmission attempts. |
| uMultipleRetryCount : DWORD | Read-only | Not applicable | Specifies the number of frames that the network adapter successfully retransmitted after more than one retransmission attempt. |
| uFrameDuplicateCount : DWORD | Read-only | Not applicable | Specifies the number of duplicate frames that were received. The sequence control field in the frame identifies duplicate frames. |
| uRTSSuccessCount : DWORD | Read-only | Not applicable | Specifies the number of times that the network adapter received a Clear To Send (CTS) in response. |
| uRTSFailureCount : DWORD | Read-only | Not applicable | Specifies the number of times that the network adapter did not receive a CTS in response to an RTS. |
| uACKFailureCount : DWORD | Read-only | Not applicable | Specifies the number of times that the network adapter expected an acknowledgement code that was not received. |
| uReceivedFragmentCount : DWORD | Read-only | Not applicable | Specifies the number of data and management fragments that the network adapter successfully received. |
| uMulticastReceivedFrameCount : DWORD | Read-only | Not applicable | Specifies the number of received frames that were set to multicast or broadcast. |
| PeerClientMac : STRING | Read-only | Handle | Specifies the MAC address of the associated client. |
| PeerClientUpTime : LONGLONG | Read-only | Handle | Specifies the uptime, in seconds of the client. |
| PeerClientTxSuccess : LONGLONG | Read-only | Handle | Specifies the number of times that transmit (TX) to the client has succeeded. |
| PeerClientTxFails : LONGLONG | Read-only | Handle | Specifies the number of times that transmit to the client has failed. |
| PeerClientRxSucceses : LONGLONG | Read-only | Handle | Specifies the number of times that receive (RX) from the client has succeeded. |
| PeerClientRxFails : LONGLONG | Read-only | Handle | Specifies the number of times that receive from the client has failed. |
| FilteredClientMac : STRING | Read-write | Handle | Specifies the MAC address of the filtered client. |
| FilteredClientStatus : DWORD | Read-write | Handle | Specifies the status of the filtered client. The following values are possible:
|
| SecurityMode : DWORD | Read-write | Not applicable | Specifies the security mode. The following values are possible:
|
| DefaultWEPKey : DWORD | Read-write | Not applicable | Specifies the default Wired Equivalent Privacy (WEP) key to use. |
| RepeaterAP : DWORD | Read-write | Not applicable | If this value is set to 1, the AP functions in repeater-AP mode. |
| WEPKey : STRING | Read-write | Handle | Specifies the WEP key. This value should be between 5 and 13 bytes in hexadecimal mode or between 10 and 26 bytes in ASCII mode. |
| WPAGroupKeyUpdateTimer : DWORD | Read-write | Not applicable | Specifies the interval, in seconds, for the Wi-Fi Protected Access (WPA) group rekeying. |
| WPAPskKey : STRING | Read-write | Not applicable | Specifies the WPA preshared key. This value can be a minimum of 8 bytes and a maximum of 64 bytes. |
See Also
Remote Configuration Framework Modules
Send Feedback on this topic to the authors