Home
last modified time | relevance | path

Searched refs:HDI_CIPHER_CCMP_256 (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.c184 if (ciphers & HDI_CIPHER_CCMP_256) { in HdiGetCipherInfo()
263 return HDI_CIPHER_CCMP_256; in HdiRsnIdToCipherSuite()
399 return cipher == HDI_CIPHER_CCMP_256 || in HdiCheckValidWise()
H A Dwifi_hdi_define.h70 #define HDI_CIPHER_CCMP_256 HDI_BIT(9) 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.cpp300 int ret = HdiGetCipherInfo(buffer, buffer + sizeof(buffer), HDI_CIPHER_CCMP_256, ",");
650 EXPECT_EQ(HDI_CIPHER_CCMP_256, HdiRsnIdToCipherSuite(s));