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

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DWifiNetworkAdapter.java275 * network is either an open network, or, if the OSU NAI is set, an "OSEN"
302 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.OSEN);
303 config.allowedProtocols.set(WifiConfiguration.Protocol.OSEN);
309 // !!! OSEN CA Cert???
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java96 * Hotspot 2.0 r2 OSEN:
99 public static final int OSEN = 5; field in class:WifiConfiguration.KeyMgmt
104 "WPA2_PSK", "OSEN" };
117 /** HS2.0 r2 OSEN
120 public static final int OSEN = 2; field in class:WifiConfiguration.Protocol
124 public static final String[] strings = { "WPA", "RSN", "OSEN" };
183 /** Hotspot 2.0 r2 OSEN
1652 if (allowedKeyManagement.get(KeyMgmt.OSEN)) {
1653 keyMgmt = KeyMgmt.strings[KeyMgmt.OSEN];

Completed in 571 milliseconds