android.net.wifi
Class WifiConfiguration.AuthAlgorithm

java.lang.Object
  extended by android.net.wifi.WifiConfiguration.AuthAlgorithm
Enclosing class:
WifiConfiguration

public static class WifiConfiguration.AuthAlgorithm
extends java.lang.Object


Field Summary
static int LEAP
           
static int OPEN
           
static int SHARED
           
static java.lang.String[] strings
           
static java.lang.String varName
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN

public static final int OPEN
See Also:
Constant Field Values

SHARED

public static final int SHARED
See Also:
Constant Field Values

LEAP

public static final int LEAP
See Also:
Constant Field Values

varName

public static final java.lang.String varName
See Also:
Constant Field Values

strings

public static final java.lang.String[] strings


Copyright © 2008-2010. All Rights Reserved.