Home
last modified time | relevance | path

Searched refs:WEPKEYS_SIZE (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_backup_config.cpp37 for (int i = 0; i < WEPKEYS_SIZE; i++) { in ConvertBackupCfgToDeviceCfg()
62 for (int i = 0; i < WEPKEYS_SIZE; i++) { in ConvertDeviceCfgToBackupCfg()
H A Dwifi_backup_config.h39 std::string wepKeys[WEPKEYS_SIZE];
H A Dwifi_config_file_spec.cpp42 for (int i = 0; i < WEPKEYS_SIZE; ++i) { in ClearWifiDeviceConfig()
285 if (pos >= 0 && pos < WEPKEYS_SIZE) { in SetWifiDeviceConfigEncrypt()
289 if (item.wepTxKeyIndex < 0 || item.wepTxKeyIndex >= WEPKEYS_SIZE) { in SetWifiDeviceConfigEncrypt()
320 if (pos >= 0 && pos < WEPKEYS_SIZE) { in SetWifiDeviceConfig()
547 for (int i = 0; i < WEPKEYS_SIZE; ++i) { in OutPutEncryptionDeviceConfig()
554 for (int i = 0; i < WEPKEYS_SIZE; ++i) { in OutPutEncryptionDeviceConfig()
597 for (int i = 0; i < WEPKEYS_SIZE; ++i) { in OutPutWifiDeviceConfig()
1788 for (int i = 0; i < WEPKEYS_SIZE; ++i) { in ClearWifiBackupConfig()
1855 if (pos >= 0 && pos < WEPKEYS_SIZE) { in SetWifiBackupConfig()
1895 for (int i = 0; i < WEPKEYS_SIZE; ++i) { in OutPutWifiBackupConfig()
H A Dwifi_settings.cpp1362 if (config.wepTxKeyIndex < 0 || config.wepTxKeyIndex >= WEPKEYS_SIZE) { in EncryptionDeviceConfig()
1939 …int keyIndex = (config.wepTxKeyIndex < 0 || config.wepTxKeyIndex >= WEPKEYS_SIZE) ? 0 : config.wep… in IsWifiDeviceConfigDeciphered()
2002 if (config.wepTxKeyIndex < 0 || config.wepTxKeyIndex >= WEPKEYS_SIZE) { in DecryptionDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp110 for (int u = 0; u < WEPKEYS_SIZE; u++) { in ArrayToWifiDeviceConfig()
156 for (int i = 0; i < WEPKEYS_SIZE; i++) { in WifiAssetAttrAdd()
464 for (int u = 0; u < WEPKEYS_SIZE; u++) { in IsWifiConfigUpdated()
499 for (int u = 0; u < WEPKEYS_SIZE; u++) { in IsWifiConfigChanged()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h33 #define WEPKEYS_SIZE 4 macro
632 std::string wepKeys[WEPKEYS_SIZE];
635 std::string encryWepKeys[WEPKEYS_SIZE];
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dnetwork_selection_utils.cpp95 for (int32_t i = 0; i < WEPKEYS_SIZE; i++) { in HasWepKeys()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp262 for (int i = 0; i < WEPKEYS_SIZE; i++) { in HasWepKeys()
453 if (wepKeys.size() == WEPKEYS_SIZE) { in ParseWepKeys()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_config_file_test.cpp128 for (int i = 0; i < WEPKEYS_SIZE; ++i) {
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp102 for (int i = 0; i < WEPKEYS_SIZE; i++) { in ReadWifiDeviceConfig()
181 for (int j = 0; j < WEPKEYS_SIZE; j++) { in WriteWifiDeviceConfig()
H A Dwifi_device_stub.cpp389 for (int i = 0; i < WEPKEYS_SIZE; i++) { in ReadWifiDeviceConfig()
495 for (int j = 0; j < WEPKEYS_SIZE; j++) { in WriteWifiDeviceConfig()
590 for (int j = 0; j < WEPKEYS_SIZE; j++) { in SendBigConfigEx()
H A Dwifi_device_service_impl.cpp351 for (int i = 0; i != WEPKEYS_SIZE; ++i) { in CheckConfigPwd()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp322 for (int i = 0; i < WEPKEYS_SIZE; i++) { in WriteDeviceConfig()
656 for (int j = 0; j < WEPKEYS_SIZE; j++) { in ParseBigConfig()
710 for (int j = 0; j < WEPKEYS_SIZE; j++) { in ParseSmallConfig()
2322 for (int j = 0; j < WEPKEYS_SIZE; j++) { in ReadDeviceConfig()
H A Dwifi_device_proxy_lite.cpp118 for (int j = 0; j < WEPKEYS_SIZE; j++) { in ParseDeviceConfigs()
587 for (int i = 0; i < WEPKEYS_SIZE; i++) { in WriteDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_device.cpp1271 for (int i = 0; i != WEPKEYS_SIZE; ++i) { in UpdateSecurityTypeAndPreSharedKey()