Home
last modified time | relevance | path

Searched refs:flowType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUSocketFactory.java78 public static OSUSocketFactory getSocketFactory(KeyStore ks, HomeSP homeSP, int flowType, in getSocketFactory() argument
86 return new OSUSocketFactory(ks, homeSP, flowType, network, url, km); in getSocketFactory()
89 private OSUSocketFactory(KeyStore ks, HomeSP homeSP, int flowType, Network network, in OSUSocketFactory() argument
93 mTrustManager = new WFATrustManager(ks, homeSP, flowType); in OSUSocketFactory()
221 private WFATrustManager(KeyStore ks, HomeSP homeSP, int flowType) in WFATrustManager() argument
225 mFlowType = flowType; in WFATrustManager()
DOSUClient.java205 int flowType) in remediate() argument
207 try (HTTPHandler httpHandler = createHandler(network, homeSP, km, flowType)) { in remediate() argument
248 if (flowType == OSUManager.FLOW_POLICY) { in remediate()
279 km, mKeyStore, homeSP, flowType)) { in remediate() argument
360 … KeyManager km, int flowType) throws GeneralSecurityException, IOException { in createHandler() argument
369 if (flowType == OSUManager.FLOW_POLICY) { in createHandler()
385 OSUSocketFactory.getSocketFactory(mKeyStore, homeSP, flowType, network, in createHandler()
389 OSUSocketFactory.getSocketFactory(mKeyStore, homeSP, flowType, network, in createHandler()
DOSUManager.java270 int flowType) throws MalformedURLException { in OSUThread() argument
275 mFlowType = flowType; in OSUThread()
825 int flowType) { in provisioningFailed() argument
827 switch (flowType) { in provisioningFailed()
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/
DESTHandler.java83 KeyManager km, KeyStore ks, HomeSP homeSP, int flowType) in ESTHandler() argument
88 mSocketFactory = OSUSocketFactory.getSocketFactory(ks, homeSP, flowType, in ESTHandler()