Skip to content

Conversation

jt-helsinki
Copy link
Contributor

PR to add connecting to the local WIFI with WPS. This makes it pretty simple to get connected.

  • Updated qasync to latest. Resolves error in console around _exec() function not found
  • add ./tmp to git ignore.
  • wifi_connect_with_wps() function in network.py to do the actual WPS wifi connection

@hishizuka how can the status be updated in the dialog? Press "OK" and the message should be something like "trying to connect to WIFI" or something like that. The UX is currently a bit too basic.

@jt-helsinki jt-helsinki force-pushed the Add-WPS-button branch 3 times, most recently from b19c905 to f5f6d4d Compare June 9, 2025 07:52
@hishizuka
Copy link
Owner

I remind you of the implementation, use show_forced_message. You can rewrite the message displayed in the dialog.

@jt-helsinki
Copy link
Contributor Author

jt-helsinki commented Jun 9, 2025

@hishizuka I've updated this and it works but I think then UX on this is lousy. It's probably good for a first iteration but the dialogs need to be updated to allow the modal into a variable for closing or updating text later.

@hishizuka
Copy link
Owner

hishizuka commented Jun 19, 2025

Hi, @jt-helsinki

I have simplified your code.
For some reason wpa_cli wps_pbc doesn't work in my environment, so I can't verify it.
Could you try? Can you connect to Wifi with this command in Raspberry Pi OS Bookworm environment?

@jt-helsinki
Copy link
Contributor Author

Hi @hishizuka

Sorry for the delay on this.

I just tried this and it was ok. The UI is better. I am on Bookworm Pi OS.

What was the error you received?

@hishizuka
Copy link
Owner

@jt-helsinki
Since a large amount of source code has been updated, it will be imported directly.
Considering that WPS is not recommended, it will be replaced by Wi-Fi Easy Connect in the future.

@hishizuka hishizuka closed this Aug 10, 2025
hishizuka added a commit that referenced this pull request Aug 10, 2025
@jt-helsinki
Copy link
Contributor Author

@hishizuka yes, Wi-Fi Easy Connect would be better. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants