Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp95 sta_network_->setGroupMgmtCipher( in TEST_P()
/aosp12/hardware/interfaces/wifi/supplicant/1.2/
H A DISupplicantStaNetwork.hal168 setGroupMgmtCipher(bitfield<GroupMgmtCipherMask> groupMgmtCipherMask)
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java646 && !setGroupMgmtCipher(wifiConfigurationToSupplicantGroupMgmtCipherMask( in saveSuiteBConfig()
1748 private boolean setGroupMgmtCipher(int groupMgmtCipherMask) { in setGroupMgmtCipher() method in SupplicantStaNetworkHal
1761 .setGroupMgmtCipher(groupMgmtCipherMask); in setGroupMgmtCipher()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1911 }).when(mISupplicantStaNetworkV12).setGroupMgmtCipher(any(int.class)); in setupISupplicantNetworkMock()