Enlightenment Wi-Fi module to manage iwd backend
- C 98.2%
- Meson 1.8%
e_gadcon_popup hosts a status label, a scrollable list of networks (snapshotted from iwd_manager and sorted: connected → known → alpha), and Rescan/Enable/Disable action buttons. Clicking a network calls Network.Connect; iwd then asks our Agent for a passphrase, which is routed to a modal elm_popup via iwd_manager_set_passphrase_handler. The passphrase handler is installed at module init so iwd-initiated auth works even when the popup is closed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| data | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| meson.build | ||
| README.md | ||
e_iwd
Enlightenment module for Wi-Fi management via iwd, a native replacement for the ConnMan-based econnman gadget.
See CLAUDE.md for the full PRD and implementation plan.
Status
Phase 0 — scaffolding only. Nothing connects to D-Bus yet.
Build
meson setup build
ninja -C build
sudo ninja -C build install
Requires: enlightenment, elementary, eldbus (pkg-config).
Layout
src/
e_mod_main.c module entry points
e_mod_gadget.c shelf gadget
e_mod_popup.c popup UI
e_mod_config.c persistent settings
iwd/ D-Bus client to net.connman.iwd
ui/ reusable EFL widgets
data/
module.desktop