public
static
abstract
class
WifiManager.WpsCallback
extends Object
java.lang.Object | |
↳ | android.net.wifi.WifiManager.WpsCallback |
Interface for callback invocation on a start WPS action
Public constructors | |
---|---|
WifiManager.WpsCallback()
|
Public methods | |
---|---|
abstract
void
|
onFailed(int reason)
WPS operation failed |
abstract
void
|
onStarted(String pin)
WPS start succeeded |
abstract
void
|
onSucceeded()
WPS operation completed succesfully |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
void onFailed (int reason)
WPS operation failed
Parameters | |
---|---|
reason |
int :
The reason for failure could be one of
WPS_TKIP_ONLY_PROHIBITED , WPS_OVERLAP_ERROR ,
WPS_WEP_PROHIBITED , WPS_TIMED_OUT or WPS_AUTH_FAILURE
and some generic errors.
|
void onStarted (String pin)
WPS start succeeded
Parameters | |
---|---|
pin |
String
|