mirror of
https://gitee.com/openharmony/third_party_wpa_supplicant
synced 2024-11-23 15:50:36 +00:00
e07f6d5031
Signed-off-by: SubmarinePhantom <liuxiyao223@huawei.com> Change-Id: Ie49b9decb1c7f81f70cd3e809e9fd31715d2ddd9
83 lines
3.5 KiB
JSON
83 lines
3.5 KiB
JSON
{
|
|
"name": "@ohos/wpa_supplicant",
|
|
"description": "wpa_supplicant is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both desktop/laptop computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver.",
|
|
"version": "3.1",
|
|
"license": "BSD 3-Clause",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/wpa_supplicant"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "wpa_supplicant-2.9_standard/COPYING",
|
|
"readmePath": {
|
|
"en": "wpa_supplicant-2.9_standard/README"
|
|
},
|
|
"component": {
|
|
"name": "wpa_supplicant",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": ["small","standard"],
|
|
"rom": "2.1MB",
|
|
"ram": "4.6MB",
|
|
"deps": {
|
|
"components": [
|
|
"drivers_peripheral_wlan",
|
|
"certificate_manager",
|
|
"c_utils",
|
|
"hdf_core",
|
|
"hilog",
|
|
"init",
|
|
"ipc",
|
|
"samgr"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function",
|
|
"libnl",
|
|
"openssl",
|
|
"cJSON"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_sys",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_sys_updater",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_updater",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_client",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_client_updater",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_supplicant",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_cli",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:hostapd",
|
|
"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:hostapd_cli",
|
|
"//third_party/libnl:libnl_share"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base" : "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard/",
|
|
"header_files": [
|
|
"wpa_supplicant/wps_supplicant.h",
|
|
"wpa_supplicant/wpa_supplicant_i.h",
|
|
"wpa_supplicant/ctrl_iface.h",
|
|
"wpa_supplicant/main.h",
|
|
"wpa_supplicant/bssid_ignore.h",
|
|
"wpa_supplicant/config.h",
|
|
"src/ap/hostapd.h",
|
|
"src/ap/ap_config.h",
|
|
"hostapd/ap_main.h",
|
|
"src/ap/ctrl_iface_ap.h",
|
|
"hostapd/ap_ctrl_iface.h",
|
|
"hostapd/ctrl_iface.h",
|
|
"src/eap_server/eap_methods.h"
|
|
]
|
|
},
|
|
"name":"//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|