wifi-connect icon indicating copy to clipboard operation
wifi-connect copied to clipboard

Easy WiFi setup for Linux devices from your mobile phone or laptop

Results 159 wifi-connect issues
Sort by recently updated
recently updated
newest added

Vulnerability: https://security.snyk.io/vuln/SNYK-JS-LODASH-590103 This can be fixed by pinning lodash to a version > 4.17.20 I think this should be a straightforward fix because all downstream deps that require lodash allow...

tl;dr: It appears that wifi-connect does some level of connectivity checking, which I want to bypass so I can trigger the captive portal on-demand, regardless of existing connectivity. I'm using...

In a building with multiple networks, once I have connected to one network, the wifi-connect does not allow me to connect to other networks. I reverts back to the previously...

Hello! I'm trying to use Wifi-Connect with Balena, a Raspberry Pi CM4, and a [TL-WN722N as recommended by the Readme here.](https://github.com/balena-os/wifi-connect#supported-boards--dongles) However, I'm getting the following D-Bus error when Wifi...

@majorz Is this all that is needed? As far as I could tell `/network` refetches the networks, unless there is some caching in place that I missed. ![Screen Shot 2020-10-01...

I have a requirement that wifi-connect mostly satisfies, but not quite. - I have a Pi4 that will normally be moved around a series of distinct WLANs and wifi-connect satisfies...

Hi, we wanna change network settings between LAN, WIFI and LTE. Thats why it would be awesp,e if the access point with the captive portal is always open even if...

UI uses [rendition](https://github.com/balena-os/wifi-connect/blob/9d8b773e3bb4e6448ea39e46e4d7c0b7f7f63f77/ui/package.json#L13) library which [tries to load ](https://github.com/balena-io-modules/rendition/blob/2285c864a8311ae10bc55661c2a1b32532d823fd/src/components/Provider/index.tsx#L43) a google font. As there is no internet, you see a loader for several seconds until browser understands resource is unavailable...

Feature Request: Currently the ssid and the security information are presented to the user in the portal and over the '/networks' endpoint. Please add also the signal strength for the...

I tried 2 different ways to build, and both failed. What am I doing wrong? On Ubuntu 20.04, x86_64. # Try 1 $ cargo build ... error[E0713]: borrow may still...