Home
last modified time | relevance | path

Searched refs:allowedPairwiseCiphers (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_struct.h66 int allowedPairwiseCiphers; member
73 isRequirePmf(false), allowedProtocols(-1), allowedPairwiseCiphers(-1), in WifiHalDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp341 if (config.allowedPairwiseCiphers > 0) { in SetDeviceConfig()
343 …ushDeviceConfigParseMask(conf + num, DEVICE_CONFIG_PAIRWISE_CIPHERS, config.allowedPairwiseCiphers, in SetDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp626 if (config.allowedPairwiseCiphers > 0) { in SetDeviceConfig()
628 …ushDeviceConfigParseMask(conf + num, DEVICE_CONFIG_PAIRWISE_CIPHERS, config.allowedPairwiseCiphers, in SetDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client_test.cpp269 config.allowedPairwiseCiphers = 1;
273 config.allowedPairwiseCiphers = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp542 halDeviceConfig.allowedPairwiseCiphers = 0x20; // GCMP-256 in FillSuiteB192Cfg()
560 halDeviceConfig.allowedPairwiseCiphers = 0x40; // SMS4 in FillWapiCfg()
639 halDeviceConfig.allowedPairwiseCiphers = 0x2c; // CCMP|GCMP|GCMP-256 in ConvertDeviceCfg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_client_test.cpp634 config.allowedPairwiseCiphers = 1;