Searched defs:WPA (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java70 /** WPA is not used; plaintext or static WEP could be used. */
72 /** WPA pre-shared key (requires {@code preSharedKey} to be specified). */
74 /** WPA using EAP authentication. Generally used with an external authentication server. */
98 /** WPA/IEEE 802.11i/D3.0 */
99 public static final int WPA = 0; field in class:WifiConfiguration.Protocol
105 public static final String[] strings = { "WPA", "RSN" };
114 /** Open System authentication (required for WPA/WPA2) */
127 * Recognized pairwise ciphers for WPA.
260 * Pre-shared key for use with WPA-PSK.
308 * Defaults to WPA
[all...]

Completed in 51 milliseconds