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

overlay-files: Refactor wlan0 ifup Networking Configuration #998

Merged
merged 3 commits into from
Sep 22, 2023
Merged

overlay-files: Refactor wlan0 ifup Networking Configuration #998

merged 3 commits into from
Sep 22, 2023

Commits on Sep 20, 2023

  1. overlay-files: Refactor wlan0 ifup Networking Configuration

    - Eliminated deprecated `wext` option from the wpa_supplicant invocation to align with contemporary wireless driver standards, preventing wireless network association delays.
    - Incorporated a 15-second timeout within udhcpc_opts, ensuring adequate time for the device to aquire a dhcp lease from the network.
    - Transitioned all wpa_supplicant parameters to the `pre-up` directive, ensuring wpa_supplicant initialization precedes DHCP client execution.
    
    Collectively, these modifications optimize the DHCP lease acquisition process, enhancing the device's network initialization speed.
    gtxaspec committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    167588d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b47304 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    a2defca View commit details
    Browse the repository at this point in the history