Home
last modified time | relevance | path

Searched refs:HDI_CIPHER_NONE (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.c211 if (ciphers & HDI_CIPHER_NONE) { in HdiGetCipherInfo()
237 return HDI_CIPHER_NONE; in HdiRsnIdToCipher()
251 return HDI_CIPHER_NONE; in HdiRsnIdToCipherSuite()
H A Dwifi_hdi_define.h64 #define HDI_CIPHER_NONE HDI_BIT(0) 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.cpp372 int ret = HdiGetCipherInfo(buffer, buffer + sizeof(buffer), HDI_CIPHER_NONE, ",");
601 EXPECT_EQ(HDI_CIPHER_NONE, HdiRsnIdToCipher(s));
626 EXPECT_EQ(HDI_CIPHER_NONE, HdiRsnIdToCipherSuite(s));