Skip to content

Add support for wpa_supplicant as backend for network module #363

Description

@CyanoKobalamyne

Quick check

  • I searched existing issues first.

Problem or use case

Similarly to #284, I don't use NetworkManager, instead I configure wpa_supplicant directly for connecting to wifi (and use systemd-networkd as my DHCP server).

Proposed solution

It would be great if I could get basic info about the connected network. wpa_supplicant provides a CLI as well as a d-bus interface AFAIK, so this should be possible. Implementing active features or actions like scanning is optional, although it would certainly be welcome, and I don't believe it adds significantly more burden on top of the passive features, as wpa_cli has the same interface for those. Alternatively, if systemd-networkd provides all necessary info, that would also work, although obviously then it would not be possible to support actions.

Alternatives considered

No response

Related area

Configuration

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions