Skip to content
Snippets Groups Projects
Commit acba287d authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-standard: add wifi-services-networkmanager-integration.patch


add and apply wifi-services-networkmanager-integration.patch
```
foundation/communication/wifi: implement wifi services with network manager

With the aim of oniro/linux upstream hardware support we replace the wifi hal service
with libnm calls to network manager. This way we can support wifi without having
to write new wifi drivers with hdf.
Currently, the following operations are reimplemented with libnm:
EnableWifi, DisableWifi, AddDeviceConfig, ConnectToNetwork, ConnectToDevice,
Disconnect, IsWifiActive, Scan, GetScanInfoList.

Apply to foundation/communication/wifi

Upstream-Status: Inappropriate
```
Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
Signed-off-by: default avatarKareem Zarka <kareem.zarka@huawei.com>
parent 39997a9b
No related branches found
No related tags found
1 merge request!124wifi support and networkmanager integration
......@@ -107,6 +107,8 @@ SRC_URI += "file://test-xts-acts-increase-testsuite-timeouts.patch;patchdir=${S}
SRC_URI += "file://foundation_ace_engine-race-condition-workaround.patch;patchdir=${S}/foundation/ace/ace_engine"
SRC_URI += "file://test-xts-acts-testRdbStoreUpdate0001-await-updatePromise.patch;patchdir=${S}/test/xts/acts"
SRC_URI += "file://wifi-services-networkmanager-integration.patch;patchdir=${S}/foundation/communication/wifi"
inherit python3native gn_base ptest
B = "${S}/out/ohos-arm-release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment