Methods Summary |
---|
public static native int | addNetworkCommand()
|
public static native boolean | addToBlacklistCommand(java.lang.String bssid)
|
public static native boolean | clearBlacklistCommand()
|
public static native void | closeSupplicantConnection()
|
public static native boolean | connectToSupplicant()
|
public static native boolean | disableNetworkCommand(int netId)
|
public static native boolean | disconnectCommand()
|
public static native boolean | doDhcpRequest(android.net.DhcpInfo results)
|
public static native boolean | enableNetworkCommand(int netId, boolean disableOthers)
|
public static native java.lang.String | getDhcpError()
|
public static native java.lang.String | getErrorString(int errorCode)
|
public static native int | getLinkSpeedCommand()
|
public static native java.lang.String | getMacAddressCommand()
|
public static native java.lang.String | getNetworkVariableCommand(int netId, java.lang.String name)
|
public static native int | getNumAllowedChannelsCommand()
|
public static native int | getRssiCommand()
|
public static native java.lang.String | listNetworksCommand()
|
public static native boolean | loadDriver()
|
public static native boolean | pingCommand()
|
public static native boolean | reassociateCommand()
|
public static native boolean | reconnectCommand()
|
public static native boolean | reloadConfigCommand()
|
public static native boolean | removeNetworkCommand(int netId)
|
public static native boolean | saveConfigCommand()
|
public static native boolean | scanCommand()
|
public static native java.lang.String | scanResultsCommand()
|
public static native boolean | setBluetoothCoexistenceModeCommand(int mode)Sets the bluetooth coexistence mode.
|
public static native boolean | setBluetoothCoexistenceScanModeCommand(boolean setCoexScanMode)Enable or disable Bluetooth coexistence scan mode. When this mode is on,
some of the low-level scan parameters used by the driver are changed to
reduce interference with A2DP streaming.
|
public static native boolean | setNetworkVariableCommand(int netId, java.lang.String name, java.lang.String value)
|
public static native boolean | setNumAllowedChannelsCommand(int numChannels)
|
public static native boolean | setPowerModeCommand(int mode)
|
public static native boolean | setScanModeCommand(boolean setActive)
|
public static native boolean | setScanResultHandlingCommand(int mode)
|
public static native boolean | startDriverCommand()
|
public static native boolean | startPacketFiltering()Start filtering out multicast packets, to reduce battery consumption
that would result from processing them, only to discard them.
|
public static native boolean | startSupplicant()
|
public static native java.lang.String | statusCommand()
|
public static native boolean | stopDriverCommand()
|
public static native boolean | stopPacketFiltering()Stop filtering out multicast packets.
|
public static native boolean | stopSupplicant()
|
public static native boolean | unloadDriver()
|
public static native java.lang.String | waitForEvent()Wait for the supplicant to send an event, returning the event string.
|