Skip to content

MainKt/wutil

Repository files navigation

wutil

A simple WiFi utility CLI for FreeBSD

Building

Dependencies

wutil depends on libifconfig and it is available via net/libifconfig

# # as a package
# pkg install net/libifconfig

# # or as a port
# make -C /usr/ports/net/libifconfig install

Build wutil as a port

All required patches are available in the patch/ directory.

# patch -p1 -d /usr/ports < patch/sysutils_wutil.patch
# make -C /usr/ports/sysutils/wutil install

Build wutil with bmake

$ make

Usage

The CLI

$ wutil -h
Usage:  wutil {-h | subcommand [args...]}
        wutil interfaces
        wutil interface <interface>
        wutil [-c <wpa-ctrl-path>] known-networks
        wutil [-c <wpa-ctrl-path>] {known-network | forget} <ssid>
        wutil [-c <wpa-ctrl-path>] set
          [-p <priority>] [--autoconnect {y | n}] <ssid>
        wutil [-c <wpa-ctrl-path>] {scan | networks | status | disconnect}
        wutil [-c <wpa-ctrl-path>] connect
          [-i <eap-id>] [-p <password>] [-h] [-f <freq>] <ssid> [password]

The TUI

$ wutui
image

About

A simple WiFi util for FreeBSD

Resources

License

Stars

Watchers

Forks

Packages

No packages published