network: add freebsd backend#500
network: add freebsd backend#500charlesrocket wants to merge 1 commit intoquickshell-mirror:masterfrom
Conversation
e13d1b8 to
8bd0785
Compare
|
Is there a reason to use wpa_cli instead of the control interface directly? wpa_supplicant is a valid backend for linux as well. Is there other networking stacks for FreeBSD? If so, this should probably be the FreeBSD impl of the wpa_supplicant backend and not the other way around. I was planning on adding IWD as a backend eventually, which is a similar problem. I think that these backends should cover only the portion of the API they can support alone. For example, the Linux IWD backend wouldn't use udev to list non-wireless devices. |
|
I used CLI because I am familiar with it. Right now I just want the current FBSD PRs merged, then I can start improving these modules. |
8bd0785 to
071abb1
Compare
ca90821 to
3cf65af
Compare
f84de52 to
05ae098
Compare
05ae098 to
f3d3052
Compare
87bdd97 to
f0d0216
Compare
|
After the second and obviously deliberate line cut, I am done with this circus. |
This adds a native FreeBSD backend for the network module. Tested with
network.qml/widget.