Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java1514 iSupplicantStaNetworkV12 = getV1_2StaNetwork(); in setKeyMgmt() local
1522 } else if (iSupplicantStaNetworkV12 != null) { in setKeyMgmt()
1526 status = iSupplicantStaNetworkV12.setKeyMgmt_1_2(keyMgmtMask); in setKeyMgmt()
1612 iSupplicantStaNetworkV12 = getV1_2StaNetwork(); in setGroupCipher() local
1623 } else if (iSupplicantStaNetworkV12 != null) { in setGroupCipher()
1626 status = iSupplicantStaNetworkV12.setGroupCipher_1_2(groupCipherMask); in setGroupCipher()
1646 iSupplicantStaNetworkV12; in enableTlsSuiteBEapPhase1Param() local
1648 iSupplicantStaNetworkV12 = getV1_2StaNetwork(); in enableTlsSuiteBEapPhase1Param()
1649 if (iSupplicantStaNetworkV12 != null) { in enableTlsSuiteBEapPhase1Param()
1652 SupplicantStatus status = iSupplicantStaNetworkV12 in enableTlsSuiteBEapPhase1Param()
[all …]