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
I am remoting into my Windows 10 machine using the built-in openssh server and running scripts that use pywifi. I purpose that we remove the WLAN_PROFILE_USER (0x2) from the call to WlanSetProfile
I also encountered the same issue . I solved the issue with your commit. My service is Jenkins. I guess the issue is caused by the lack of permission of the windows user Jenkins logs in
I ran into the issue discussed here:
https://docs.microsoft.com/en-us/answers/questions/397654/34netsh-wlan-connect34-wlanapiwlanconnect-from-wit.html
I am remoting into my Windows 10 machine using the built-in openssh server and running scripts that use pywifi. I purpose that we remove the
WLAN_PROFILE_USER
(0x2) from the call to WlanSetProfilepywifi/pywifi/_wifiutil_win.py
Lines 564 to 570 in 719baf7
The text was updated successfully, but these errors were encountered: