|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.system.WLANInfo.WLANAPInfo
public static class WLANInfo.WLANAPInfo
Encapsulates information for a Wireless Local Area Network (WLAN) access point.
Field Summary | ||
---|---|---|
static int |
SECURITY_CATEGORY_8021X
AP has 802.1.x security. |
|
static int |
SECURITY_CATEGORY_OPEN
AP has open layer 2 security. |
|
static int |
SECURITY_CATEGORY_WAPI
AP has WAPI enterprise security. |
|
static int |
SECURITY_CATEGORY_WEP
AP has WEP security. |
|
static int |
SECURITY_CATEGORY_WPA2_ENTERPRISE
AP has WPA2 enterprise security. |
|
static int |
SECURITY_CATEGORY_WPA2_PERSONAL
AP has WPA2 personal security. |
|
static int |
SECURITY_CATEGORY_WPA_ENTERPRISE
AP has WPA enterprise security. |
|
static int |
SECURITY_CATEGORY_WPA_PERSONAL
AP has WPA personal security. |
Method Summary | ||
---|---|---|
int |
getAPChannel()
Retrieves the channel of the AP. |
|
String |
getBSSID()
Retrieves the current BSSID. |
|
int |
getDataRate()
Retrieves the current data rate in Mbps. |
|
String |
getProfileName()
Retrieves the current profile name. |
|
int |
getRadioBand()
Retrieves the current radio band. |
|
String |
getSSID()
Retrieves the current SSID. |
|
int |
getSecurityCategory()
Retrieves layer-2 security category of the AP. |
|
int |
getSignalLevel()
Retrieves the current WLAN signal level in dBm. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SECURITY_CATEGORY_OPEN
public static final int SECURITY_CATEGORY_WEP
public static final int SECURITY_CATEGORY_8021X
public static final int SECURITY_CATEGORY_WPA_PERSONAL
public static final int SECURITY_CATEGORY_WPA_ENTERPRISE
public static final int SECURITY_CATEGORY_WPA2_PERSONAL
public static final int SECURITY_CATEGORY_WPA2_ENTERPRISE
public static final int SECURITY_CATEGORY_WAPI
Method Detail |
---|
public String getProfileName()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic String getSSID()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic String getBSSID()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic int getRadioBand()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic int getDataRate()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic int getSignalLevel()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic int getSecurityCategory()
ControlledAccessException
- if the calling process does not have the necessary privilegespublic int getAPChannel()
ControlledAccessException
- if the calling process does not have the necessary privileges
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal