Home
last modified time | relevance | path

Searched refs:encryWepKeys (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h635 std::string encryWepKeys[WEPKEYS_SIZE]; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1365 config.encryWepKeys[config.wepTxKeyIndex] = ""; in EncryptionDeviceConfig()
1370 config.encryWepKeys[config.wepTxKeyIndex] = encryWep.encryptedPassword; in EncryptionDeviceConfig()
2005 …EncryptedData *encryWep = new EncryptedData(config.encryWepKeys[config.wepTxKeyIndex], config.IVWe… in DecryptionDeviceConfig()
H A Dwifi_config_file_spec.cpp286 item.encryWepKeys[pos] = value; in SetWifiDeviceConfigEncrypt()
548 ss << " " << "encryWepKeys_" << i << "=" << item.encryWepKeys[i] << std::endl; in OutPutEncryptionDeviceConfig()