Index |
Unique Client index. |
IfIndex |
IfIndex of the client interface. |
wlanIf |
IfIndex of the wlan Interface the client belongs to. |
Mode |
Switch between infrastructure and ad-hoc mode. Enumerations: - infra (1)
- ad-hoc (2)
- delete (3)
|
SSID |
The Service Set Name |
11dConformance |
none - use own country info
flexible - try to get country info from an AP else use own country info
strict - try to get country info from an AP else do nothing Enumerations: - none (1)
- flexible (2)
- strict (3)
|
Security |
The Security Option which will be used. Enumerations: - none (1)
- wep40 (2)
- wep104 (3)
- wpa-psk (4)
- wpa2-psk (5)
- wpa (6)
- wpa2 (7)
|
DefaultKey |
Enumerations: - key1 (1)
- key2 (2)
- key3 (3)
- key4 (4)
|
Key1 |
Key string for WEP key nr. 1. |
Key2 |
Key string for WEP key nr. 2. |
PassPhrase |
Passphrase string for WPA-PSK and WPA2-PSK. |
Key4 |
Key string for WEP key nr. 3. |
Key3 |
Key string for WEP key nr. 3. |
RsnPreauthentication |
When this object is set to TRUE, this shall indicate that RSNA
preauthentication is enabled on this entity.
This object requires that dot11RSNAEnabled also be set to TRUE. Enumerations: |
WPAMulticastCipher |
The multicast ciphers used for WPA.
For WPA and RSN, only one of the following values is allowed:
WPA_CIPHERSUITE_NONE(0)
WPA_CIPHERSUITE_WEP_40(1)
WPA_CIPHERSUITE_WEP_104(2)
WPA_CIPHERSUITE_TKIP(4)
WPA_CIPHERSUITE_AES_CCMP(8)
WPA_CIPHERSUITE_AES_WRAP(16)
Only one of the WPA_ and RSN_ bits may be set. |
RSNMulticastCipher |
The multicast ciphers used for RSN.
For WPA and RSN, only one of the following values is allowed:
WPA_CIPHERSUITE_NONE(0)
WPA_CIPHERSUITE_WEP_40(1)
WPA_CIPHERSUITE_WEP_104(2)
WPA_CIPHERSUITE_TKIP(4)
WPA_CIPHERSUITE_AES_CCMP(8)
WPA_CIPHERSUITE_AES_WRAP(16)
Only one of the WPA_ and RSN_ bits may be set. |
WPAUnicastCipher |
The set of unicast ciphers used for WPA.
For WPA and RSN, set one or more of the following bit values:
WPA_CIPHERSUITE_NONE(0)
WPA_CIPHERSUITE_WEP_40(1)
WPA_CIPHERSUITE_WEP_104(2)
WPA_CIPHERSUITE_TKIP(4)
WPA_CIPHERSUITE_AES_CCMP(8)
WPA_CIPHERSUITE_AES_WRAP(16)
One or more bits may be set to indicate the available ciphers. |
RSNUnicastCipher |
The set of unicast ciphers used for RSN.
For WPA and RSN, set one or more of the following bit values:
WPA_CIPHERSUITE_NONE(0)
WPA_CIPHERSUITE_WEP_40(1)
WPA_CIPHERSUITE_WEP_104(2)
WPA_CIPHERSUITE_TKIP(4)
WPA_CIPHERSUITE_AES_CCMP(8)
WPA_CIPHERSUITE_AES_WRAP(16)
One or more bits may be set to indicate the available ciphers. |
RSNCapabilities |
The RSN capabilities bytes, |
ScanState |
This attribute holds the foreground scanning status.
Writing scanning(2) in idle state triggers a new
foreground scan cycle. All entries for this client
interface in the wlanScanResultsTable are removed.
When the WLAN client has finished scanning, the attribute
changes back to idle(1), and the wlanScanResultsTable is
updated automatically.
To update wlanScanResultsTable without triggering a new
foreground scan, you can write update(3) to this attribute.
This causes wlanScanResultsTable to be updated immedieately,
reflecting any changes detected by automatic backgound scanning.
After wlanScanResultsTable is updated, the value switches back
to state idle(1).
Any attempt to write different values, or to write values in a
state different from idle(1), is ignored. Enumerations: - idle (1)
- scanning (2)
- update (3)
|
Bss |
BSS Id the client is associated with. If client is not
associated, this attribute reads 00:00:00:00:00:00. |
CurrSSID |
The Service Set Name the client really is associated with.
This usually equal to wlanClientSSID, except for empty
wlanClientSSID, which means any SSID. |
MSDUTx |
Count of transmitted MSDU |
MSDURx |
Count of received MSDU |
BytesRx |
total number of Received Bytes |
BytesTx |
total number of Transmitted Bytes |
Rate |
Data rate of latest received data frame, in 500 kbps units.
If client is not associated, this attribute always reads 0. |
RSSI |
Receive signal strength of latest received data frame. |