Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c190 if (ciphers & HDI_CIPHER_CCMP) { in HdiGetCipherInfo()
243 return HDI_CIPHER_CCMP; in HdiRsnIdToCipher()
257 return HDI_CIPHER_CCMP; in HdiRsnIdToCipherSuite()
401 cipher == HDI_CIPHER_CCMP || in HdiCheckValidWise()
510 data->pairwiseCipher = HDI_CIPHER_CCMP; in HdiConvertIeRsn()
511 data->groupCipher = HDI_CIPHER_CCMP; in HdiConvertIeRsn()
H A Dwifi_hdi_define.h66 #define HDI_CIPHER_CCMP HDI_BIT(4) macro
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common_test.cpp316 int ret = HdiGetCipherInfo(buffer, buffer + sizeof(buffer), HDI_CIPHER_CCMP, ",");
613 EXPECT_EQ(HDI_CIPHER_CCMP, HdiRsnIdToCipher(s));
638 EXPECT_EQ(HDI_CIPHER_CCMP, HdiRsnIdToCipherSuite(s));