Home
last modified time | relevance | path

Searched refs:HDI_CIPHER_TKIP (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.c196 if (ciphers & HDI_CIPHER_TKIP) { in HdiGetCipherInfo()
240 return HDI_CIPHER_TKIP; in HdiRsnIdToCipher()
254 return HDI_CIPHER_TKIP; in HdiRsnIdToCipherSuite()
403 cipher == HDI_CIPHER_TKIP; in HdiCheckValidWise()
422 data->pairwiseCipher = HDI_CIPHER_TKIP; in HdiConvertIe()
423 data->groupCipher = HDI_CIPHER_TKIP; in HdiConvertIe()
H A Dwifi_hdi_define.h65 #define HDI_CIPHER_TKIP HDI_BIT(3) 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.cpp332 int ret = HdiGetCipherInfo(buffer, buffer + sizeof(buffer), HDI_CIPHER_TKIP, ",");
607 EXPECT_EQ(HDI_CIPHER_TKIP, HdiRsnIdToCipher(s));
632 EXPECT_EQ(HDI_CIPHER_TKIP, HdiRsnIdToCipherSuite(s));