1e5b75505Sopenharmony_ci# Copyright (c) 2021-2023 Huawei Device Co., Ltd.
2e5b75505Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3e5b75505Sopenharmony_ci# you may not use this file except in compliance with the License.
4e5b75505Sopenharmony_ci# You may obtain a copy of the License at
5e5b75505Sopenharmony_ci#
6e5b75505Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7e5b75505Sopenharmony_ci#
8e5b75505Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9e5b75505Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10e5b75505Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11e5b75505Sopenharmony_ci# See the License for the specific language governing permissions and
12e5b75505Sopenharmony_ci# limitations under the License.
13e5b75505Sopenharmony_ci
14e5b75505Sopenharmony_cideclare_args() {
15e5b75505Sopenharmony_ci  CONFIG_CTRL_IFACE = "unix"
16e5b75505Sopenharmony_ci  wpa_supplicant_vendor_ext = false
17e5b75505Sopenharmony_ci  wpa_supplicant_wapi = false
18e5b75505Sopenharmony_ci}
19e5b75505Sopenharmony_ci
20e5b75505Sopenharmony_ciWPA_ROOT_DIR = "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard"
21e5b75505Sopenharmony_ci
22e5b75505Sopenharmony_ciprint("wpa_supplicant_vendor_ext =", wpa_supplicant_vendor_ext)
23e5b75505Sopenharmony_ciprint("wpa_supplicant_wapi =", wpa_supplicant_wapi)
24