Skip to content
Snippets Groups Projects
  1. Jun 13, 2023
  2. May 31, 2023
  3. May 23, 2023
    • Francesco Pham's avatar
      openharmony-standard: add patch test-xts-acts-wifi-test-fix.patch · 4269265e
      Francesco Pham authored
      
      add patch test-xts-acts-wifi-test-fix.patch
      
      ```
      test/xts/acts: fix wifi acts to wait for async callback execution 
       
      in multiple wifi testcases the async callback/promise are not actually executed, 
      therefore the testcases terminate before the asserts inside the callbacks are 
      checked causing the testcases to pass even when things are not actually properly 
      working. Fixing by moving the done() functions inside the callback or in the `.then(...`; 
      Remove sleeps where not necessary; 
       
      Apply to test/xts/acts 
      ```
      
      Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
      4269265e
    • Francesco Pham's avatar
      openharmony-standard: add wifi-services-networkmanager-integration.patch · acba287d
      Francesco Pham authored
      
      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>
      acba287d
  4. Apr 19, 2023
  5. Apr 14, 2023
  6. Apr 13, 2023
  7. Apr 11, 2023
  8. Mar 29, 2023
  9. Mar 28, 2023
  10. Mar 20, 2023
  11. Mar 03, 2023
  12. Feb 28, 2023
  13. Feb 23, 2023
  14. Feb 22, 2023
  15. Feb 20, 2023
Loading