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

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

Completed in 4 milliseconds