Home
last modified time | relevance | path

Searched refs:allowedGroupCiphers (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.h67 int allowedGroupCiphers; member
74 allowedGroupCiphers(-1), allowedGroupMgmtCiphers(-1), wapiPskType(-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.cpp346 if (config.allowedGroupCiphers > 0) { in SetDeviceConfig()
348 …m += PushDeviceConfigParseMask(conf + num, DEVICE_CONFIG_GROUP_CIPHERS, config.allowedGroupCiphers, 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.cpp631 if (config.allowedGroupCiphers > 0) { in SetDeviceConfig()
633 …m += PushDeviceConfigParseMask(conf + num, DEVICE_CONFIG_GROUP_CIPHERS, config.allowedGroupCiphers, 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.cpp274 config.allowedGroupCiphers = 1;
278 config.allowedGroupCiphers = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp543 halDeviceConfig.allowedGroupCiphers = 0x20; // GCMP-256 in FillSuiteB192Cfg()
561 halDeviceConfig.allowedGroupCiphers = 0x40; // SMS4 in FillWapiCfg()
640 halDeviceConfig.allowedGroupCiphers = 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.cpp636 config.allowedGroupCiphers = 1;