You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it fails and makes no changes to the wpa_supplicants.conf config file... I will need to do some logging to capture the precise nature of the failure and will report back. On its face is there something I'm doing wrong here with respect to doing this on the Raspberry Pi 4?
In reading the source code for this method, it's not clear to me whether the effects of this call persist through a reboot. Can anyone help clarify this for me? I'm looking for a reliable way to programatically configure Wi-Fi network connections on a Raspberry Pi, and package really seems like it's the right tool for the job, I just need to better understand how it works and how to use it I think.
The text was updated successfully, but these errors were encountered:
I have tried using
wpa_supplicant.enable(options)
with the following options:but it fails and makes no changes to the
wpa_supplicants.conf
config file... I will need to do some logging to capture the precise nature of the failure and will report back. On its face is there something I'm doing wrong here with respect to doing this on the Raspberry Pi 4?In reading the source code for this method, it's not clear to me whether the effects of this call persist through a reboot. Can anyone help clarify this for me? I'm looking for a reliable way to programatically configure Wi-Fi network connections on a Raspberry Pi, and package really seems like it's the right tool for the job, I just need to better understand how it works and how to use it I think.
The text was updated successfully, but these errors were encountered: