Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h636 std::string IVWep; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1366 config.IVWep = ""; in EncryptionDeviceConfig()
1371 config.IVWep = encryWep.IV; in EncryptionDeviceConfig()
2005 …cryptedData *encryWep = new EncryptedData(config.encryWepKeys[config.wepTxKeyIndex], config.IVWep); in DecryptionDeviceConfig()
H A Dwifi_config_file_spec.cpp292 item.IVWep = value; in SetWifiDeviceConfigEncrypt()
550 ss << " " << "IVWep=" << item.IVWep << std::endl; in OutPutEncryptionDeviceConfig()