Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the dependency error and some changed requested by reviewer #34764

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. * Fix the dependency error

    * Change the default setting of WiFiPAF as enabled if running on Linux system
    * Change to use C++ casting
    * Move the paf cancel function from desctructor to shutdown
    
    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a1190e1 View commit details
    Browse the repository at this point in the history
  2. Restyled by clang-format

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    69db993 View commit details
    Browse the repository at this point in the history
  3. Restyled by gn

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    aa1b652 View commit details
    Browse the repository at this point in the history
  4. * Add the missing files

    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fb288b1 View commit details
    Browse the repository at this point in the history
  5. Restyled by clang-format

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4be067d View commit details
    Browse the repository at this point in the history
  6. Restyled by gn

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f4f8fa8 View commit details
    Browse the repository at this point in the history
  7. * Add missing wpa_supplicant mutex lock

    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5b1ef6e View commit details
    Browse the repository at this point in the history
  8. Not failed to run immediately if wpa_supplicant is not ready

    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ec304d9 View commit details
    Browse the repository at this point in the history
  9. * Fix the error found by the building script

    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e97d26d View commit details
    Browse the repository at this point in the history
  10. Change by followign the review's comment

    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8321b11 View commit details
    Browse the repository at this point in the history
  11. Restyled by clang-format

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3756aed View commit details
    Browse the repository at this point in the history
  12. Restyled by gn

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6c08113 View commit details
    Browse the repository at this point in the history
  13. Disable WiFiPAF by default

    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5bcb86f View commit details
    Browse the repository at this point in the history
  14. Separate the dbus parameters to have their own type, instead of using…

    … the string
    
    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3154aed View commit details
    Browse the repository at this point in the history
  15. Restyled by clang-format

    restyled-commits authored and crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bfc832d View commit details
    Browse the repository at this point in the history
  16. Change the dbus calling method by following the new defined api of wp…

    …a_supplicant
    
    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    33046d4 View commit details
    Browse the repository at this point in the history
  17. Fix a coredump if chip_device_config_enable_wifipaf is set, but --wif…

    …ipaf is not selected
    
    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    beef6d0 View commit details
    Browse the repository at this point in the history
  18. Restart DnssdServer on connectivity change, not only on ipv4, but als…

    …o on ipv6
    
    Signed-off-by: Lo,Chin-Ran <[email protected]>
    crlonxp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fa94ca0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7a761a View commit details
    Browse the repository at this point in the history