HomeSort by relevance Sort by last modified time
    Searched defs:WPA (Results 1 - 7 of 7) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 97 /** WPA is not used; plaintext or static WEP could be used. */
99 /** WPA pre-shared key (requires {@code preSharedKey} to be specified). */
101 /** WPA using EAP authentication. Generally used with an external authentication server. */
118 /** WPA/IEEE 802.11i/D3.0 */
119 public static final int WPA = 0;
125 public static final String[] strings = { "WPA", "RSN" };
134 /** Open System authentication (required for WPA/WPA2) */
147 * Recognized pairwise ciphers for WPA.
233 * Pre-shared key for use with WPA-PSK.
269 * Defaults to WPA-PSK WPA-EAP
    [all...]
  /system/core/nexus/
WifiNetwork.h 40 static const uint32_t WPA = 0x01;
225 * Pre-shared key for use with WPA-PSK
269 * The set of pairwise ciphers for WPA supported by this configuration.
274 * The set of group ciphers for WPA supported by this configuration.
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 64 milliseconds